Skip to content

Commit

Permalink
generated package.json should honor user specified values
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Dec 15, 2017
1 parent 425631c commit 35a8fd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "myapp",
"version": "1.0.0",
"description": "My cool app",
"name": "<%= name %>",
"version": "<%= version %>",
"description": "<%= description %>",
"main": "index.js",
"scripts": {
"start": "cd build && node main",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-express-no-stress",
"version": "3.4.3",
"version": "3.4.4",
"description": "Create awesome APIs with ExpressJS and Swagger.",
"main": "app/index.js",
"scripts": {
Expand Down

0 comments on commit 35a8fd9

Please sign in to comment.