Skip to content

Commit

Permalink
feat(app generator): prevent accidental publishing to the global repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Mar 17, 2015
1 parent 390f2f1 commit 51b4376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
],
"main": "lib/<%= _.slugify(mainName) %>.js",
"name": "<%= _.slugify(packageName) %>",
"private": true,
"scripts": {
"prepublish": "command -v grunt >/dev/null 2>&1 && grunt || { echo >&2 'Grunt is not installed'; }",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 51b4376

Please sign in to comment.