We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7ba0e commit d4a0efeCopy full SHA for d4a0efe
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "demo",
3
- "version": "0.0.0",
+ "name": "miguelaristy/ngx-gauge",
+ "version": "0.0.1",
4
"scripts": {
5
"ng": "ng",
6
"start": "ng serve",
@@ -62,5 +62,17 @@
62
"protractor": "~7.0.0",
63
"ts-node": "~7.0.0",
64
"typescript": "^4.9.5"
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"
78
}
0 commit comments