Skip to content

Commit 59e2360

Browse files
committed
Updated .npmignore
1 parent 35d19ef commit 59e2360

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
at: ~/repo
4242
- run:
4343
name: Authenticate with registry
44-
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
44+
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
4545
- run:
4646
name: Publish package
4747
command: npm publish

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ node_modules/
77
npm-debug.log
88

99
# Images and extras
10-
extras/
10+
.github/
1111
example/
1212
.eslintrc
1313
yarn.lock

0 commit comments

Comments
 (0)