Skip to content

Commit e386dc4

Browse files
authored
Update package.json
1 parent a17a2e3 commit e386dc4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

client/package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "interwu",
3-
"productName": "Interwu",
2+
"name": "@sr2echa/interwu",
3+
"productName": "interwu",
44
"version": "1.0.2",
55
"description": "Client for Secure Remote Interview Monitoring.",
66
"main": "src/index.js",
@@ -26,14 +26,17 @@
2626
"email": "65058816+sr2echa@users.noreply.github.com"
2727
},
2828
"license": "MIT",
29+
"publishConfig": {
30+
"registry": "https://npm.pkg.github.com/"
31+
},
2932
"repository": {
3033
"type": "git",
31-
"url": "https://github.com/sr2echa/InterView.git",
34+
"url": "https://github.com/sr2echa/interwu.git",
3235
"directory": "client"
3336
},
34-
"homepage": "https://github.com/sr2echa/InterView",
37+
"homepage": "https://interwu.now.sh",
3538
"bugs": {
36-
"url": "https://github.com/sr2echa/InterView/issues"
39+
"url": "https://github.com/sr2echa/interwu/issues"
3740
},
3841
"engines": {
3942
"node": ">=14.0.0"

0 commit comments

Comments
 (0)