Skip to content

Commit 06b16ce

Browse files
committed
Bump version
1 parent 672425f commit 06b16ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-userscripts",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Implements rules for userscripts metadata in eslint",
55
"keywords": [
66
"eslint",
@@ -31,10 +31,10 @@
3131
"prettier": "^2.4.0"
3232
},
3333
"peerDependencies": {
34-
"eslint": ">=6.0.0 <=^8.0.0"
34+
"eslint": ">=8.0.0"
3535
},
3636
"engines": {
37-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
37+
"node": ">=16.0.0"
3838
},
3939
"license": "MIT",
4040
"homepage": "https://github.com/Yash-Singh1/eslint-plugin-userscripts#readme",

0 commit comments

Comments
 (0)