Skip to content

Commit 2948769

Browse files
committed
Adding .npmrc
1 parent b510f97 commit 2948769

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://npm.pkg.github.com/willdavsmith

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88
"build": "rollup -c",
99
"start": "rollup -c -w"
1010
},
11-
"repository": {
12-
"type": "git",
13-
"url": "git+https://github.com/willdavsmith/react-github-languages.git"
14-
},
11+
"repository": "git://github.com/willdavsmith/react-github-languages.git",
1512
"publishConfig": {
13+
"cache": "~/.npm",
1614
"registry": "https://npm.pkg.github.com/"
1715
},
1816
"keywords": [

0 commit comments

Comments
 (0)