Skip to content

Commit

Permalink
package.json: experiment with publishConfig { global-style: true }
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
  • Loading branch information
rwaldron committed Jun 29, 2017
1 parent fb3afec commit b5b5454
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .npminclude

This file was deleted.

1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -296,5 +296,8 @@
"test": "grunt",
"test-cover": "nyc grunt nodeunit",
"coveralls": "nyc --reporter=lcov grunt nodeunit && cat ./coverage/lcov.info | coveralls"
},
"publishConfig": {
"global-style": true
}
}

0 comments on commit b5b5454

Please sign in to comment.