Skip to content

Commit d4a0efe

Browse files
committed
fix(package): publish config
1 parent bc7ba0e commit d4a0efe

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

package.json

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "demo",
3-
"version": "0.0.0",
2+
"name": "miguelaristy/ngx-gauge",
3+
"version": "0.0.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -62,5 +62,17 @@
6262
"protractor": "~7.0.0",
6363
"ts-node": "~7.0.0",
6464
"typescript": "^4.9.5"
65-
}
65+
},
66+
"publishConfig": {
67+
"registry": "https://npm.pkg.github.com"
68+
},
69+
"main": "dist/index.js",
70+
"repository": {
71+
"type": "git",
72+
"url": "git+https://github.com/miguelaristy/ngx-gauge.git"
73+
},
74+
"bugs": {
75+
"url": "https://github.com/miguelaristy/ngx-gauge/issues"
76+
},
77+
"homepage": "https://github.com/miguelaristy/ngx-gauge#readme"
6678
}

0 commit comments

Comments
 (0)