Skip to content

Commit

Permalink
manypkg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
inkbeard committed Dec 8, 2024
1 parent 85f6748 commit f16f6ae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@
"engines": {
"node": ">=22.12.0"
},
"dependencies": {
"manypkg": {
"ignoredRules": [
"INTERNAL_MISMATCH"
]
},
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@inkbeard/eslint-config": "workspace:*",
"@inkbeard/typescript-config": "workspace:*",
Expand All @@ -27,11 +33,5 @@
"prettier": "^3.4.2",
"stylelint": "^16.11.0",
"turbo": "^2.3.3"
},
"manypkg": {
"ignoredRules": [
"INTERNAL_MISMATCH"
]
},
"license": "MIT"
}
}

0 comments on commit f16f6ae

Please sign in to comment.