We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc4612 commit 4da9242Copy full SHA for 4da9242
package.json
@@ -18,7 +18,7 @@
18
"cpx": "^1.5.0",
19
"cross-env": "^5.1.1",
20
"css-loader": "^0.28.7",
21
- "eslint": "^4.12.0",
+ "eslint": "^4.12.1",
22
"eslint-config-mysticatea": "^12.0.0",
23
"eslint-plugin-vue": "^4.0.0-beta.0",
24
"file-loader": "^1.1.5",
@@ -38,6 +38,7 @@
38
},
39
"scripts": {
40
"build": "cross-env NODE_ENV=production run-s clean build:* -s",
41
+ "build:update-deps": "npm install eslint@latest eslint-plugin-vue@next vue-eslint-parser@experimental",
42
"build:html": "appcache-manifest-fixer src/index.html -o dist/index.html",
43
"build:js": "webpack --progress --hide-modules",
44
"build:monaco": "node scripts/copy-monaco",
0 commit comments