Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alansouzati committed Mar 4, 2019
1 parent 098a3f0 commit 088bfcd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-parallel",
"version": "0.3.2",
"version": "1.0.0",
"main": "lib/linter.js",
"description": "Tiny eslint wrapper to allow executing javascript linting in parallel.",
"author": "Alan Souza",
Expand Down Expand Up @@ -29,6 +29,7 @@
"eslint": ">=5.0.0"
},
"scripts": {
"build": "node_modules/.bin/babel src --out-dir lib --copy-files --loose-mode"
"build": "node_modules/.bin/babel src --out-dir lib --copy-files --loose-mode",
"prepublishOnly": "npm run build"
}
}

0 comments on commit 088bfcd

Please sign in to comment.