Skip to content

Commit

Permalink
Merge pull request #173 from scientist-softserv/publish-to-npmjs
Browse files Browse the repository at this point in the history
publish to npmjs
  • Loading branch information
alishaevn authored Mar 3, 2023
2 parents bb2ce0a + f940946 commit 93052c8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scientist-softserv/webstore-component-library",
"version": "0.1.14",
"version": "0.1.15",
"description": "A React component library intended for use with WebStore applications",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand All @@ -13,7 +13,10 @@
"watch-lib": "rollup -c --watch",
"release": "release-it"
},
"repository": "https://github.com/scientist-softserv/webstore-component-library.git",
"repository": {
"type": "git",
"url": "git+https://github.com/scientist-softserv/webstore-component-library.git"
},
"keywords": [
"webstore",
"component",
Expand Down Expand Up @@ -88,7 +91,6 @@
}
},
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"ignore": [
".eslintrc"
]
Expand Down

0 comments on commit 93052c8

Please sign in to comment.