Skip to content

Commit

Permalink
Migrated to Jest 20
Browse files Browse the repository at this point in the history
  • Loading branch information
alansouzati committed May 31, 2017
1 parent cbb0c54 commit 723882d
Show file tree
Hide file tree
Showing 2 changed files with 3,313 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-jest",
"version": "1.0.0",
"version": "2.0.0",
"description": "Gulp plugin for running your Jest tests",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -34,15 +34,15 @@
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-jest": ">=17.0.0",
"babel-jest": ">=20.0.0",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"gulp": "^3.8.7",
"jest-cli": ">=17.0.0"
"jest-cli": ">=20.0.0"
},
"peerDependencies": {
"jest-cli": ">=17.0.0"
"jest-cli": ">=20.0.0"
},
"keywords": [
"gulpplugin",
Expand Down
Loading

0 comments on commit 723882d

Please sign in to comment.