Skip to content

Commit

Permalink
style(generators/app/templates): include default empty `publishConfig…
Browse files Browse the repository at this point in the history
…` section
  • Loading branch information
cueedee committed Feb 8, 2017
1 parent 5dca9e9 commit 91bad5e
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 @@ -40,6 +40,7 @@
"main": "dist/app/bundle.js",
"name": "<%- packageName %>",
"private": true,
"publishConfig": {},
"repository": {},
"scripts": {
"build": "command -v grunt > /dev/null || { echo >&2 'It appears that \"grunt\" is not installed. Consider running \"[sudo ]npm install -g grunt-cli\" first.'; exit ; } && grunt --no-color ${npm_config_debug+debug} ${npm_config_target+\"--target=${npm_config_target}\"}",
Expand Down

0 comments on commit 91bad5e

Please sign in to comment.