Fix Angular dependency mismatches in package.json

This commit is contained in:
gconsidine
2017-04-27 14:32:37 -04:00
parent 9d51576e89
commit 272e43a345
5 changed files with 10 additions and 12 deletions

View File

@@ -24,7 +24,8 @@
"test": "karma start karma.conf.js",
"jshint": "grunt clean:jshint jshint:source --no-color",
"test:ci": "npm run test -- --single-run --reporter junit,dots --browsers=PhantomJS",
"lint": "./node_modules/.bin/eslint -c .eslintrc.js ."
"lint": "./node_modules/.bin/eslint -c .eslintrc.js .",
"component-test": "./node_modules/.bin/karma start client/test/karma.conf.js --silent"
},
"optionalDependencies": {
"browser-sync": "^2.14.0",