-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed the old NPM key. Added the .npmrc and .editorconfig file to t…
…he .npmignore file.
- Loading branch information
lsphillips
committed
Dec 1, 2018
1 parent
76a6396
commit 6ee44c1
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
|
||
.npmrc | ||
.eslintrc | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" |