Skip to content

Commit f6989b2

Browse files
committed
fix(devops): need to have the correct url for provenance (I forgot that 8 years ago, I had a different user name on github).
1 parent 72d978e commit f6989b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@
3131
"url": "https://ChrisSpiegl.com"
3232
},
3333
"repository": {
34-
"url": "https://github.com/spieglio/pushnotice-node-api-client.git"
34+
"type": "git",
35+
"url": "https://github.com/chrisspiegl/pushnotice-node-api-client.git"
3536
},
3637
"bugs": {
37-
"url": "https://github.com/spieglio/pushnotice-node-api-client/issues"
38+
"url": "https://github.com/chrisspiegl/pushnotice-node-api-client/issues"
3839
},
3940
"homepage": "https://pushnotice.chat",
4041
"dependencies": {

0 commit comments

Comments
 (0)