From a7fdb79f2564e2d1850a6d4cd7dd4ff6b406ea27 Mon Sep 17 00:00:00 2001 From: Alan Souza Date: Thu, 1 Sep 2016 17:09:26 -0700 Subject: [PATCH] v0.5.2: fixed problems with npmignore --- .npmignore | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index a62baf2..b36e495 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,8 @@ src __tests__ +fixture-fail +fixture-pass +coverage .babelrc .gitignore .editorconfig diff --git a/package.json b/package.json index c8800c2..9916233 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "gulp-jest", - "version": "0.5.0", + "version": "0.5.2", "description": "Gulp plugin for running your Jest tests", - "main": "src/index.js", + "main": "lib/index.js", "scripts": { "build": "babel src --out-dir lib --copy-files --loose-mode", "test": "jest --coverage"