Skip to content

Commit e3d9f3c

Browse files
committed
package rebrand to avoid conflicts on npm.js
1 parent ce2acfe commit e3d9f3c

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

package-lock.json

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
2-
"name": "github-graphql-client",
2+
"name": "@pirafrank/github-graphql-client",
33
"version": "0.1.0",
44
"description": "Simple GitHub client to commit via their graphql APIs",
55
"main": "index.js",
6+
"private": false,
7+
"bin": {
8+
"ggh": "github.js"
9+
},
610
"scripts": {
711
"gh": "node github.js",
812
"test": "jest"
@@ -14,8 +18,17 @@
1418
"client",
1519
"commit"
1620
],
17-
"author": "Francesco Pira",
21+
"author": "pirafrank",
22+
"url": "https://fpira.com/",
1823
"license": "MIT",
24+
"repository": {
25+
"type": "git",
26+
"url": "git+https://github.com/pirafrank/github-graphql-client.git"
27+
},
28+
"homepage": "https://github.com/pirafrank/github-graphql-client",
29+
"bugs": {
30+
"url": "https://github.com/pirafrank/github-graphql-client/issues"
31+
},
1932
"dependencies": {
2033
"graphql": "^16.8.1",
2134
"urql": "^4.0.6",

0 commit comments

Comments
 (0)