Skip to content

Commit af7ce99

Browse files
frankieyanclaude
andauthored
chore: Remove node version requirements from package.json (#1002)
* chore: Remove node version requirements from package.json Remove the `engines` field that required Node.js ^22.22.0 and npm ^10.9.2. This allows consumers to install `@doist/reactist` regardless of their Node.js version, since it's a client-side library that runs in the browser. The `engines` field was added to support `@doist/react-compiler-tracker` (a dev dependency), not for any runtime requirements. Development is still protected by the `.node-version` file and CI workflows. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * chore: Update @doist/react-compiler-tracker to 2.1.2 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d1474a6 commit af7ce99

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

package-lock.json

Lines changed: 5 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
"sideEffects": [
2222
"**/*.css"
2323
],
24-
"engines": {
25-
"node": "^22.22.0 || >= 24.13.0",
26-
"npm": "^10.9.2 || >= 11.5.1"
27-
},
2824
"publishConfig": {
2925
"access": "public"
3026
},
@@ -87,7 +83,7 @@
8783
"@babel/register": "^7.0.0",
8884
"@doist/eslint-config": "12.0.0",
8985
"@doist/prettier-config": "4.0.0",
90-
"@doist/react-compiler-tracker": "2.1.1",
86+
"@doist/react-compiler-tracker": "2.1.2",
9187
"@doist/tsconfig": "2.0.0",
9288
"@geometricpanda/storybook-addon-badges": "^0.2.2",
9389
"@rollup/plugin-babel": "6.1.0",

0 commit comments

Comments
 (0)