From f16f6aeb2f0f4469472c36beda8a53e043191306 Mon Sep 17 00:00:00 2001 From: Aaron Stoddart Date: Sun, 8 Dec 2024 08:55:02 -0600 Subject: [PATCH] manypkg fix --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 6a66d11a..4856151b 100644 --- a/package.json +++ b/package.json @@ -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:*", @@ -27,11 +33,5 @@ "prettier": "^3.4.2", "stylelint": "^16.11.0", "turbo": "^2.3.3" - }, - "manypkg": { - "ignoredRules": [ - "INTERNAL_MISMATCH" - ] - }, - "license": "MIT" + } } \ No newline at end of file