Skip to content

Commit

Permalink
Update package.json + .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jul 21, 2021
1 parent 179708a commit abd3c73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Expand Up @@ -4,7 +4,7 @@
"es6": true
},
"parserOptions": {
"ecmaVersion": 2018,
"ecmaVersion": 2020,
"sourceType": "module"
},
"extends": ["eslint:recommended", "plugin:ava/recommended", "prettier"],
Expand Down
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -35,7 +35,8 @@
"bin": {
"release-it": "bin/release-it.js"
},
"main": "./lib/index.js",
"type": "module",
"exports": "./lib/index.js",
"files": [
"bin",
"config",
Expand Down Expand Up @@ -106,6 +107,6 @@
"strip-ansi": "6.0.0"
},
"engines": {
"node": ">=10"
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}
}

0 comments on commit abd3c73

Please sign in to comment.