Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Oct 11, 2015
1 parent 14f3001 commit b5280c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@


## 1.0.1 - 2015-09-10
- Release v1.0.1 / npm@v1.0.1
- bump deps

## 1.0.0 - 2015-06-05
- Release v1.0.0 / npm@v1.0.0
- add `related` section
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "promise2thunk",
"version": "1.0.1",
"version": "1.0.0",
"description": "Convert (transform) promise to thunk, just like was in co@3",
"repository": "tunnckoCore/promise2thunk",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
Expand All @@ -10,11 +10,11 @@
"test": "standard && node test.js"
},
"dependencies": {
"is-promise": "~2.1.0"
"is-promise": "^2.1.0"
},
"devDependencies": {
"assertit": "^0.1.0",
"bluebird": "^2.9.27",
"bluebird": "^2.10.2",
"then-parse-json": "^1.0.2"
},
"keywords": [
Expand Down

0 comments on commit b5280c1

Please sign in to comment.