Skip to content

Commit

Permalink
build(BREAKING CHANGES): add "type": "module" in package.json
Browse files Browse the repository at this point in the history
BREAKING CHANGES: drop node `< 14.3.1`
  • Loading branch information
mizdra committed Dec 28, 2021
1 parent dee9f1b commit 1d0756d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "mizdra <[email protected]>",
"license": "MIT",
"private": false,
"type": "module",
"scripts": {
"build": "tsc -p tsconfig.src.json",
"dev": "tsc-watch -p tsconfig.src.json --onSuccess 'bin/eslint-interactive fixtures --rulesdir fixtures/rules --ext .js,.jsx,.mjs'",
Expand Down Expand Up @@ -65,7 +66,7 @@
"eslint": "^7.0.0 || ^8.0.0"
},
"engines": {
"node": ">=14.0"
"node": "^14.13.1 || >=16.0.0"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 1d0756d

Please sign in to comment.