Skip to content

Commit c665692

Browse files
author
Stalin
committed
chore: configure GitHub Packages publishing
1 parent f31e03c commit c665692

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@th30d4y:registry=https://npm.pkg.github.com

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@w4nn4d13/ip",
2+
"name": "@th30d4y/ip",
33
"version": "2.0.1",
44
"description": "",
55
"main": "server.js",
@@ -10,6 +10,13 @@
1010
"keywords": [],
1111
"author": "",
1212
"license": "ISC",
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/th30d4y/IP.git"
16+
},
17+
"publishConfig": {
18+
"registry": "https://npm.pkg.github.com"
19+
},
1320
"dependencies": {
1421
"express": "^4.21.2",
1522
"firebase": "^11.2.0",

public/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@w4nn4d13/ip",
2+
"name": "@th30d4y/ip",
33
"version": "2.0.1",
44
"description": "",
55
"main": "server.js",

0 commit comments

Comments
 (0)