From e4686cccc4286c68596cd1506d44b2af2ac79c33 Mon Sep 17 00:00:00 2001 From: Juan Olvera Date: Mon, 1 Apr 2024 14:32:16 -0500 Subject: [PATCH] prep for npm --- .npmrc | 3 +-- package-lock.json | 4 ++-- package.json | 13 +++---------- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/.npmrc b/.npmrc index 991f91c..e9ee3cb 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1 @@ -legacy-peer-deps=true -@j0lv3r4:registry=https://npm.pkg.github.com \ No newline at end of file +legacy-peer-deps=true \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 4ec28e6..c1433da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@j0lv3r4/monoui", + "name": "monoui", "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@j0lv3r4/monoui", + "name": "monoui", "version": "0.1.3", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b8593da..294b1f5 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,10 @@ { - "name": "@j0lv3r4/monoui", + "name": "monoui", "version": "0.1.3", "description": "Mono UI", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", - "publishConfig": { - "registry": "https://npm.pkg.github.com/" - }, "engines": { "npm": ">=9.6.7", "node": ">=18.17.1" @@ -26,19 +23,15 @@ }, "repository": { "type": "git", - "url": "git+git@github.com:j0lv3r4/monoui.git" + "url": "git+ssh://git@git.uwu.ms:2221/jolvera/monoui.git" }, "keywords": [ "React", "UI", "Components" ], - "author": "Juan Olvera", + "author": "juan.bz", "license": "MIT", - "bugs": { - "url": "https://github.com/j0lv3r4/monoui/issues" - }, - "homepage": "https://github.com/j0lv3r4/monoui#readme", "devDependencies": { "@babel/preset-env": "^7.23.7", "@storybook/addon-actions": "^7.6.7",