Skip to content

Commit

Permalink
Fix peers
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Feb 24, 2024
1 parent 7538a46 commit 828f6e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
11 changes: 3 additions & 8 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,12 @@
"types": "./dist/types/index.d.ts"
}
},
"files": [
"dist",
"src"
],
"files": ["dist", "src"],
"engines": {
"node": ">=10"
},
"license": "MIT",
"keywords": [
"pridepack"
],
"keywords": ["pridepack"],
"name": "rollup-plugin-forgetti",
"devDependencies": {
"@types/babel__core": "^7.20.5",
Expand All @@ -41,7 +36,7 @@
"@rollup/pluginutils": "^5.0.5"
},
"peerDependencies": {
"forgetti": "^0.7",
"forgetti": "^0.8",
"rollup": "^3"
},
"scripts": {
Expand Down
12 changes: 3 additions & 9 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,12 @@
"types": "./dist/types/index.d.ts"
}
},
"files": [
"dist",
"src"
],
"files": ["dist", "src"],
"engines": {
"node": ">=10"
},
"license": "MIT",
"keywords": [
"pridepack",
"babel"
],
"keywords": ["pridepack", "babel"],
"name": "vite-plugin-forgetti",
"devDependencies": {
"@types/babel__core": "^7.20.5",
Expand All @@ -42,7 +36,7 @@
"@rollup/pluginutils": "^5.0.2"
},
"peerDependencies": {
"forgetti": "^0.7",
"forgetti": "^0.8",
"vite": "^3 || ^4 || ^5"
},
"scripts": {
Expand Down

0 comments on commit 828f6e0

Please sign in to comment.