From bc336a83ef053dfd7839cf0a92fe5407ca477941 Mon Sep 17 00:00:00 2001 From: Ye-Chan Kang Date: Sat, 16 Mar 2024 16:00:53 +0900 Subject: [PATCH] refactor: npmrc --- .github/workflows/release-package.yml | 1 - .npmrc | 1 + package.json | 12 +++--------- 3 files changed, 4 insertions(+), 10 deletions(-) create mode 100644 .npmrc diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 91bf126..cf016e7 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -21,7 +21,6 @@ jobs: with: node-version: '20.x' registry-url: 'https://npm.pkg.github.com' - scope: '@kyechan99' - name: Install pnpm run: | diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..19ed057 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +@kyechan99:registry=https://npm.pkg.github.com \ No newline at end of file diff --git a/package.json b/package.json index 0f089b1..425237b 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,8 @@ { "name": "bmates-ui", - "version": "0.0.1", + "version": "1.0.0", "description": "bmates-ui", - "author": { - "name": "kyechan99", - "email": "kyechan99@gmail.com" - }, + "author": "kyechan99 ", "type": "module", "main": "dist/index.umd.cjs", "module": "dist/index.js", @@ -18,6 +15,7 @@ "type": "git", "url": "git+https://github.com/Bandmators/bmates-ui.git" }, + "homepage": "https://github.com/Bandmators/bmates-ui", "keywords": [ "react", "bmates-ui", @@ -107,10 +105,6 @@ "files": [ "/dist" ], - "publishConfig": { - "@kyechan99:registry": "https://npm.pkg.github.com" - }, "readme": "ERROR: No README data found!", - "homepage": "https://github.com/kyechan99/bmates-ui#readme", "_id": "bmates-ui@0.0.1" }