From 94b7fc6f774697e637ed303be79b9fecc93233e4 Mon Sep 17 00:00:00 2001 From: Rogelio Guzman Date: Thu, 20 Sep 2018 11:56:16 -0700 Subject: [PATCH] 0.1.0 --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0bad9fc..ebf8382 100644 --- a/package.json +++ b/package.json @@ -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 ", "description": "An experimental ESLint runner for Jest", @@ -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",