We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abfcfb commit 226d421Copy full SHA for 226d421
2 files changed
package.json
@@ -144,7 +144,7 @@
144
},
145
"packageManager": "pnpm@7.14.0",
146
"engines": {
147
- "node": ">=14.0.0",
148
- "npm": ">=6.0.0"
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
+ "npm": ">=6.14.13"
149
}
150
scripts/bundle.ts
@@ -7,7 +7,7 @@ console.log('Building dist for node (cjs)...');
7
8
// Generate entry-points for cjs compatibility
9
const localeDir = 'locale';
10
-const target = ['ES2019', 'node14.6'];
+const target = ['ES2019', 'node14.17'];
11
12
if (existsSync(localeDir)) {
13
rmSync(localeDir, { recursive: true, force: true });
0 commit comments