Skip to content

Commit 70c6309

Browse files
committed
added private to package.json, fixes #211
1 parent 44a3d9e commit 70c6309

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: app/templates/_package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,6 @@
9393
"start": "node server/app.js",
9494
"test": "grunt test",
9595
"update-webdriver": "node node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager update"
96-
}
96+
},
97+
"private": true
9798
}

0 commit comments

Comments
 (0)