Skip to content

Commit

Permalink
refactor: npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
kyechan99 committed Mar 16, 2024
1 parent 68c8c42 commit bc336a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@kyechan99'

- name: Install pnpm
run: |
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@kyechan99:registry=https://npm.pkg.github.com
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <kyechan99@gmail.com>",
"type": "module",
"main": "dist/index.umd.cjs",
"module": "dist/index.js",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
}

0 comments on commit bc336a8

Please sign in to comment.