Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Feb 16, 2024
1 parent 9d4ad8e commit 8df0f34
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
"directory": "packages/release-it-pnpm"
},
"bugs": "https://github.com/hyoban/release-it-pnpm/issues",
"keywords": [
"release",
"release-it",
"release-it-plugin"
],
"keywords": ["release", "release-it", "release-it-plugin"],
"sideEffects": false,
"exports": {
".": {
Expand All @@ -32,10 +28,7 @@
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"files": [
"dist",
"package.json"
],
"files": ["dist", "package.json"],
"scripts": {
"build": "bunchee",
"dev": "bunchee -w",
Expand Down

0 comments on commit 8df0f34

Please sign in to comment.