Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeliog committed Sep 20, 2018
1 parent 41f159f commit 94b7fc6
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,6 +1,6 @@
{
"name": "jest-watch-select-projects",
"version": "0.0.2-0",
"version": "0.1.0",
"main": "build/index.js",
"author": "Rogelio Guzman <rogelioguzmanh@gmail.com>",
"description": "An experimental ESLint runner for Jest",
Expand All @@ -14,9 +14,8 @@
"build/"
],
"scripts": {
"test": "jest",
"lint": "eslint .",
"test": "echo No tests are set up",
"lint": "eslint .",
"watch": "babel src -w --ignore **/*.test.js,integration -d build",
"build": "babel src --ignore **/*.test.js,integration -d build",
"prepublish": "yarn build",
Expand Down

0 comments on commit 94b7fc6

Please sign in to comment.