Skip to content

Commit

Permalink
v0.5.2: fixed problems with npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alansouzati committed Sep 2, 2016
1 parent b805116 commit a7fdb79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
src
__tests__
fixture-fail
fixture-pass
coverage
.babelrc
.gitignore
.editorconfig
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a7fdb79

Please sign in to comment.