Skip to content

Commit 2aedee4

Browse files
committed
feat: use node 14 features
BREAKING CHANGE: only support node 14+
1 parent b7dc3c1 commit 2aedee4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"bin": {
66
"generate-export-aliases": "./bin/generate-aliases.js"
77
},
8+
"engines": {
9+
"node": ">=14.x.x"
10+
},
811
"scripts": {
912
"clean": "rm -rf test/fixtures/app1/folder test/fixtures/app1/other test/fixtures/app1/path test/fixtures/app1/*.js test/fixtures/app1/*.d.ts",
1013
"test": "npm run test:unit",

0 commit comments

Comments
 (0)