In Angular2Spa, put all NPM dependencies under "dependencies", not "devDependencies" (otherwise, if someone tries to publish while NODE_ENV=production, the build will fail)

This commit is contained in:
SteveSandersonMS
2016-09-28 12:46:30 +01:00
parent 4937fef28f
commit 9bd9444485
2 changed files with 17 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "generator-aspnetcore-spa",
"version": "0.3.1",
"version": "0.3.2",
"description": "Single-Page App templates for ASP.NET Core",
"author": "Microsoft",
"license": "Apache-2.0",