|
@@ -17,7 +17,8 @@
|
|
"build": "npm run build:main && npm run build:logger",
|
|
"build": "npm run build:main && npm run build:logger",
|
|
"build:main": "rollup -c build/rollup.config.js && uglifyjs dist/vuex.js -cm --comments -o dist/vuex.min.js",
|
|
"build:main": "rollup -c build/rollup.config.js && uglifyjs dist/vuex.js -cm --comments -o dist/vuex.min.js",
|
|
"build:logger": "rollup -c build/rollup.logger.config.js",
|
|
"build:logger": "rollup -c build/rollup.logger.config.js",
|
|
- "test": "eslint src && npm run test:types && npm run test:unit && npm run test:e2e",
|
|
|
|
|
|
+ "lint": "eslint src test",
|
|
|
|
+ "test": "npm run lint && npm run test:types && npm run test:unit && npm run test:e2e",
|
|
"test:unit": "rollup -c build/rollup.config.js && jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json",
|
|
"test:unit": "rollup -c build/rollup.config.js && jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json",
|
|
"test:e2e": "node test/e2e/runner.js",
|
|
"test:e2e": "node test/e2e/runner.js",
|
|
"test:types": "tsc -p types/test",
|
|
"test:types": "tsc -p types/test",
|
|
@@ -48,8 +49,8 @@
|
|
"cross-spawn": "^4.0.0",
|
|
"cross-spawn": "^4.0.0",
|
|
"css-loader": "^0.25.0",
|
|
"css-loader": "^0.25.0",
|
|
"eslint": "^3.5.0",
|
|
"eslint": "^3.5.0",
|
|
- "eslint-config-vue": "^1.0.0",
|
|
|
|
- "eslint-plugin-html": "^1.5.2",
|
|
|
|
|
|
+ "eslint-config-vue": "^2.0.2",
|
|
|
|
+ "eslint-plugin-vue": "^2.0.1",
|
|
"express": "^4.14.0",
|
|
"express": "^4.14.0",
|
|
"jasmine": "2.4.1",
|
|
"jasmine": "2.4.1",
|
|
"jasmine-core": "2.4.1",
|
|
"jasmine-core": "2.4.1",
|