From f940946857512b29338ac4e603e05049dfc90ef1 Mon Sep 17 00:00:00 2001 From: Alisha Evans Date: Thu, 2 Mar 2023 17:39:06 -0600 Subject: [PATCH] publish to npmjs instead of github packages --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c06e879..d1678a3 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -88,7 +91,6 @@ } }, "publishConfig": { - "registry": "https://npm.pkg.github.com", "ignore": [ ".eslintrc" ]