Skip to content

Commit

Permalink
0.1.0 fully functional, tested and documented -- function lenght opti…
Browse files Browse the repository at this point in the history
…onal
  • Loading branch information
thlorenz committed Jul 8, 2013
1 parent 3ae40f5 commit 1138a0f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sinless",
"version": "0.0.1",
"version": "0.1.0",
"description": "Adapts sync functions to expose async api and leaves async functions unchanged..",
"main": "index.js",
"scripts": {
Expand All @@ -23,7 +23,15 @@
"tape": "~1.0.4",
"tap": "~0.4.3"
},
"keywords": [ "sync", "async", "callback", "return", "wrap", "adapt", "convert" ],
"keywords": [
"sync",
"async",
"callback",
"return",
"wrap",
"adapt",
"convert"
],
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
Expand Down

0 comments on commit 1138a0f

Please sign in to comment.