Skip to content

Commit

Permalink
chore!: update package json peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Apr 7, 2024
1 parent d2c978a commit 040f69b
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions packages/seo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"sitemap.xml"
],
"files": ["dist", "sitemap.xml"],
"scripts": {
"_clean": "del-cli dist",
"_build": "rollup -c",
Expand All @@ -30,18 +27,11 @@
"registry": "https://npm.pkg.github.com/",
"access": "public"
},
"workspaces": [
"packages/*"
],
"workspaces": ["packages/*"],
"peerDependencies": {
"@exile-watch/encounter-data": "> 0",
"@exile-watch/encounter-data": ">=0",
"next": ">=14"
},
"peerDependenciesMeta": {
"@exile-watch/encounter-data": {
"optional": true
}
},
"devDependencies": {
"@exile-watch/encounter-data": "^0.12.3",
"@exile-watch/rollup-config": "0.2.7",
Expand Down

0 comments on commit 040f69b

Please sign in to comment.