Commit 0c75e1c4 by MichaelJier

v1.0.3

parent a3a3b3e9
### Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### 1.0.3
{ {
"name": "ssr-program-live", "name": "ssr-program-live",
"version": "1.0.2", "version": "1.0.3",
"description": "My superb Nuxt.js project", "description": "My superb Nuxt.js project",
"author": "1006903445@qq.com", "author": "1006903445@qq.com",
"private": true, "private": true,
...@@ -31,7 +31,8 @@ ...@@ -31,7 +31,8 @@
"pm2:test": "pm2 start pm2.json --only live-test", "pm2:test": "pm2 start pm2.json --only live-test",
"generate": "nuxt generate", "generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .", "lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ." "lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"version": "auto-changelog -p && git add CHANGELOG.md"
}, },
"dependencies": { "dependencies": {
"@gdyfe/ink-marks": "^1.1.0", "@gdyfe/ink-marks": "^1.1.0",
...@@ -60,6 +61,7 @@ ...@@ -60,6 +61,7 @@
"xss": "^1.0.8" "xss": "^1.0.8"
}, },
"devDependencies": { "devDependencies": {
"auto-changelog": "*",
"babel-eslint": "^10.0.3", "babel-eslint": "^10.0.3",
"eslint": "^6.6.0", "eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0", "eslint-config-standard": "^14.1.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment