Skip to content

Commit

Permalink
chore: fix npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Nov 14, 2018
1 parent aa63cf3 commit a3ebcec
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.git
coverage
.nyc_output
.github
docs
node_modules
utils
.eslintrc.js
.eslintignore
.nycrc.json
.remarkrc.json
.editorconfig
.commitlintrc.js
.remarkrc.js
.travis.yml
makefile
local.mk
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ after_success:
- cat coverage/lcov.info | node_modules/.bin/coveralls

deploy:
skip_cleanup: true
provider: npm
email: rr.rossmann@gmail.com
api_key:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
],
"license": "BSD-3-Clause",
"main": "src",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/Dreamscapes/remote-event-emitter.git"
Expand Down

0 comments on commit a3ebcec

Please sign in to comment.