Skip to content

Commit

Permalink
Removed the old NPM key. Added the .npmrc and .editorconfig file to t…
Browse files Browse the repository at this point in the history
…he .npmignore file.
  • Loading branch information
lsphillips committed Dec 1, 2018
1 parent 76a6396 commit 6ee44c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

.npmrc
.eslintrc
.editorconfig
.gitignore
.travis.yml

Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ deploy:
provider: npm
on:
tags: true
node: "10"
node: "11"
api_key:
secure: "DZVpWIk5issCnAKGGU/ntCb3QR/p1JheMxJS630Lujvf/bBs3D2n1Yo81EjGtZzKMyDMUpd9peIpUl+edQuVBxYPiaNxLHqaBVnWigH8vMOw7hGfnp8WcJy4HXB+Dqn7wYDE49MolsIPg99oCeWQO/Hb1ByoNmX+4pOYRK3jrTEItqRqvqhJLD7EZrh92/zx9bK9uOs7Cbxqapp6NcaC2COs6d8M93QWNnCWjdtnJkGlRFeDhqi/vx8n3JXSJGCL5i8NxafYZRMZzw4iDyclhTBw7TlejWKqD8BMT+VuJBPH5BLrx8/r63LXNmkvMo6f8SDLYvBqmkdTySGkSooS65eEGq6/r0vleKcVv32VScZandf5E1G4F7P97MFO0SURIKlvpGJ7nrLCXEdJOpDXHcO42dZT8xqgSBFY6zsv9z5if/KovHXf+0qVsRRUcZgyqJWX2GUMcQYB0vtU8tTd/kJePBAArUf5aUTmjKlnUeUXXVnBjhf0AmMZqBpqCSq2MLKATLT7ILR+f3nrR/ppxNCCXtKOpT3YKy8bUekTasyqOghe2/LjieSr4YDRDd7kOlQJQ9PwCByWrJxJjEMAVOqqjE0NuLAVr0ASzgNEDbalfdK69yJ0bUjR+83Eg4n6sTE0T2Iyi6ZspDZ37U0/kM73rcTZ7r/hBrbIAxKFDdo="
secure: ""
email: "[email protected]"

0 comments on commit 6ee44c1

Please sign in to comment.