Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Nov 3, 2016
1 parent 88a93cd commit 0107a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "to-callback",
"version": "0.2.0",
"version": "0.3.0",
"description": "Converts result-first callbacks to classic (node.js-style) error-first callbacks with 3 lines of code. Useful when you want to promisify result-first APIs (like emitter.on). Inspired by [rfpify][] and probably used in it.",
"repository": "tunnckoCore/to-callback",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
Expand Down Expand Up @@ -81,4 +81,4 @@
"node": ">=4",
"npm": ">=3"
}
}
}

0 comments on commit 0107a93

Please sign in to comment.