Skip to content

Commit 93052c8

Browse files
authored
Merge pull request #173 from scientist-softserv/publish-to-npmjs
publish to npmjs
2 parents bb2ce0a + f940946 commit 93052c8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scientist-softserv/webstore-component-library",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"description": "A React component library intended for use with WebStore applications",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
@@ -13,7 +13,10 @@
1313
"watch-lib": "rollup -c --watch",
1414
"release": "release-it"
1515
},
16-
"repository": "https://github.com/scientist-softserv/webstore-component-library.git",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/scientist-softserv/webstore-component-library.git"
19+
},
1720
"keywords": [
1821
"webstore",
1922
"component",
@@ -88,7 +91,6 @@
8891
}
8992
},
9093
"publishConfig": {
91-
"registry": "https://npm.pkg.github.com",
9294
"ignore": [
9395
".eslintrc"
9496
]

0 commit comments

Comments
 (0)