Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Jan 30, 2015
1 parent 89af3a7 commit 41dd9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "handle-errors",
"version": "0.0.2",
"description": "Handling/creating hybrid errors, if callback pass to it else throw",
"description": "Handling/creating hybrid errors. Hybrid middleware between callbacks and throws. Helpful util for modules that have hybrid APIs and want when they use promises, directly to throw the errors; when use callbacks to pass errors to first argument of this callback.",
"scripts": {
"lint": "jshint index.js && jscs index.js --reporter inline",
"test": "mocha",
Expand Down

0 comments on commit 41dd9d4

Please sign in to comment.