Skip to content

Commit

Permalink
allow depending on jest-cli 18 & 19
Browse files Browse the repository at this point in the history
bump version to 1.0.0
  • Loading branch information
yoavniran committed Mar 16, 2017
1 parent 314cca6 commit fa43599
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,14 @@ gulp.task("jest", () => {

> alternatively, you can use [jest-jspm](https://www.npmjs.com/package/jest-jspm) directly from your gulp file. Which is basically what this package does.
## Change Log

### 1.0.0

* moved config generate to separate package: jest-jspm
* allow depending on Jest-CLI >=18.0.1 (meaning also 19)


## License

[![WTFPL](http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-1.png)](http://www.wtfpl.net/about/) Yoav Niran
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-jest-jspm",
"version": "0.1.5",
"version": "1.0.0",
"description": "Gulp plugin for running Jest tests on JSPM/SystemJS apps",
"main": "index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"license": "WTFPL",
"dependencies": {
"gulp-jest": "^1.0.0",
"jest-cli": "^18.1.0",
"jest-cli": ">=18.0.1",
"jest-jspm": "^0.1.0",
"through2": "^2.0.3"
},
Expand Down

0 comments on commit fa43599

Please sign in to comment.