Skip to content

Commit 47e6956

Browse files
committed
fix: changed the name to available npm package
1 parent d063566 commit 47e6956

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "github-contributors",
2+
"name": "open-community-kit",
33
"version": "1.0.0",
4-
"description": "Analyze and archive GitHub repo contributors",
4+
"description": "Tools and stats for open-source communities",
55
"main": "contributors.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/gitcommitshow/github-contributors.git"
11+
"url": "git+https://github.com/gitcommitshow/open-community-kit.git"
1212
},
1313
"keywords": [
1414
"opensource-analytics",
@@ -24,10 +24,7 @@
2424
"author": "gitcommitshow",
2525
"license": "MIT",
2626
"bugs": {
27-
"url": "https://github.com/gitcommitshow/github-contributors/issues"
27+
"url": "https://github.com/gitcommitshow/open-community-kit/issues"
2828
},
29-
"homepage": "https://github.com/gitcommitshow/github-contributors#readme",
30-
"publishConfig": {
31-
"registry": "https://npm.pkg.github.com"
32-
}
29+
"homepage": "https://github.com/gitcommitshow/open-community-kit#readme"
3330
}

0 commit comments

Comments
 (0)