Skip to content

Commit 82f8dd3

Browse files
committed
Fix package.json to point to correct git repo
1 parent 525ad16 commit 82f8dd3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dist/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
},
2828
"repository": {
2929
"type": "git",
30-
"url": "git+https://github.com/lieuzhenghong/surveyor.git"
30+
"url": "git+https://github.com/lieuzhenghong/inspectors-gadget.git"
3131
},
3232
"author": "lieu",
3333
"license": "BY-NC-SA",
3434
"bugs": {
35-
"url": "https://github.com/lieuzhenghong/surveyor/issues"
35+
"url": "https://github.com/lieuzhenghong/inspectors-gadget/issues"
3636
},
37-
"homepage": "https://github.com/lieuzhenghong/surveyor#readme"
37+
"homepage": "https://github.com/lieuzhenghong/inspectors-gadget#readme"
3838
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
},
2828
"repository": {
2929
"type": "git",
30-
"url": "git+https://github.com/lieuzhenghong/surveyor.git"
30+
"url": "git+https://github.com/lieuzhenghong/inspectors-gadget.git"
3131
},
3232
"author": "lieu",
3333
"license": "BY-NC-SA",
3434
"bugs": {
35-
"url": "https://github.com/lieuzhenghong/surveyor/issues"
35+
"url": "https://github.com/lieuzhenghong/inspectors-gadget/issues"
3636
},
37-
"homepage": "https://github.com/lieuzhenghong/surveyor#readme"
37+
"homepage": "https://github.com/lieuzhenghong/inspectors-gadget#readme"
3838
}

0 commit comments

Comments
 (0)