Skip to content

Commit 9210e03

Browse files
committed
v2.0.0
1 parent ad08fca commit 9210e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vue-scoped-css",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"description": "ESLint plugin for Scoped CSS in Vue.js",
55
"main": "dist/index.js",
66
"scripts": {
@@ -116,6 +116,6 @@
116116
]
117117
},
118118
"engines": {
119-
"node": "^8.10.0 || ^10.13.0 || ^12.13.0 || ^13.0.0 || >=14.0.0"
119+
"node": "^12.22 || ^14.17 || >=16"
120120
}
121121
}

0 commit comments

Comments
 (0)