Merge pull request #16 from artlowel/global-dependencies

Global dependencies
This commit is contained in:
William Welling
2016-12-08 11:37:47 -06:00
committed by GitHub

View File

@@ -44,7 +44,8 @@
"debug:start": "npm run build && npm run debug:server",
"debug:build": "node-nightly --inspect --debug-brk node_modules/webpack/bin/webpack.js",
"debug:build:prod": "node-nightly --inspect --debug-brk node_modules/webpack/bin/webpack.js --config webpack.prod.config.ts",
"lint": "tslint \"src/**/*.ts\" || true"
"lint": "tslint \"src/**/*.ts\" || true",
"global": "npm install -g angular-cli nodemon npm-check-updates rimraf ts-node typedoc typescript webpack webpack-bundle-size-analyzer marked node-gyp"
},
"dependencies": {
"@angular/common": "2.2.4",