Skip to content

Commit

Permalink
Change the semver matcher for whatwg-fetch so that I don't have to ke…
Browse files Browse the repository at this point in the history
…ep manually bumping the version number
  • Loading branch information
matthew-andrews committed Oct 20, 2015
1 parent 5e757d9 commit 4422447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "isomorphic-fetch",
"main": ["fetch-bower.js"],
"dependencies": {
"fetch": "github/fetch#^0.10.0"
"fetch": "github/fetch#>=0.10.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://github.com/matthew-andrews/isomorphic-fetch/issues",
"dependencies": {
"node-fetch": "^1.0.1",
"whatwg-fetch": "^0.10.0"
"whatwg-fetch": ">=0.10.0"
},
"devDependencies": {
"chai": "^1.10.0",
Expand Down

0 comments on commit 4422447

Please sign in to comment.