Skip to content

Commit 5c40a0b

Browse files
Feature: Remove NPM_TOKEN from npmrc
The NPM_TOKEN environment variable leads to problems with the local development. If you don`t define the NPM_TOKEN in your ~/.profile or if you don`t pass it thru.
1 parent 2c85f35 commit 5c40a0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .npmrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
2-
scope=friendsofreactjs
1+
scope=friendsofreactjs

0 commit comments

Comments
 (0)