Skip to content

Commit

Permalink
Updated .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mmazzarolo committed Apr 18, 2019
1 parent 35d19ef commit 59e2360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
at: ~/repo
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
- run:
name: Publish package
command: npm publish
Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node_modules/
npm-debug.log

# Images and extras
extras/
.github/
example/
.eslintrc
yarn.lock

0 comments on commit 59e2360

Please sign in to comment.