Commit af7ce99
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
2 files changed
+6
-14
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 24 | | |
29 | 25 | | |
30 | 26 | | |
| |||
87 | 83 | | |
88 | 84 | | |
89 | 85 | | |
90 | | - | |
| 86 | + | |
91 | 87 | | |
92 | 88 | | |
93 | 89 | | |
| |||
0 commit comments