Skip to content

Commit d8864f1

Browse files
authored
Remove no-fund option from .npmrc (#3038)
* Remove no-fund option from .npmrc * Remove no-audit option from .npmrc * fix repository field
1 parent 59165e2 commit d8864f1

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.npmrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
git-tag-version=false
22
legacy-peer-deps=true
3-
no-audit=true
4-
no-fund=true

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
"sass": "index.scss",
1313
"type": "module",
1414
"main": "dist/primer.js",
15-
"repository": "https://github.com/primer/css",
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/primer/css.git"
18+
},
1619
"bugs": {
1720
"url": "https://github.com/primer/css/issues"
1821
},

0 commit comments

Comments
 (0)