Skip to content

Commit

Permalink
feat: use node 14 features
Browse files Browse the repository at this point in the history
BREAKING CHANGE: only support node 14+
  • Loading branch information
patrickhulce committed May 12, 2023
1 parent b7dc3c1 commit 2aedee4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"bin": {
"generate-export-aliases": "./bin/generate-aliases.js"
},
"engines": {
"node": ">=14.x.x"
},
"scripts": {
"clean": "rm -rf test/fixtures/app1/folder test/fixtures/app1/other test/fixtures/app1/path test/fixtures/app1/*.js test/fixtures/app1/*.d.ts",
"test": "npm run test:unit",
Expand Down

0 comments on commit 2aedee4

Please sign in to comment.