Skip to content

Commit 30834a3

Browse files
committed
0.1.0
1 parent ffa1ddb commit 30834a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "vue-eslint-parser",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "The ESLint custom parser for `.vue` files.",
55
"engines": {
66
"node": ">=4"
77
},
88
"main": "index.js",
9-
"files": [
10-
],
9+
"files": [],
1110
"scripts": {
1211
"clean": "rimraf .nyc_output coverage",
1312
"coverage": "nyc report --reporter lcov && opener ./coverage/lcov-report/index.html",

0 commit comments

Comments
 (0)