Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Dec 15, 2016
1 parent ffa1ddb commit 30834a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "vue-eslint-parser",
"version": "0.0.0",
"version": "0.1.0",
"description": "The ESLint custom parser for `.vue` files.",
"engines": {
"node": ">=4"
},
"main": "index.js",
"files": [
],
"files": [],
"scripts": {
"clean": "rimraf .nyc_output coverage",
"coverage": "nyc report --reporter lcov && opener ./coverage/lcov-report/index.html",
Expand Down

0 comments on commit 30834a3

Please sign in to comment.