Comparing version 0.0.0 to 0.0.1
@@ -58,3 +58,3 @@ var thunkify = require('thunkify'); | ||
auth: thunkify(nano.auth), | ||
session: nano.session, | ||
session: thunkify(nano.session), | ||
config: nano.config | ||
@@ -61,0 +61,0 @@ }; |
{ | ||
"name": "co-nano", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Exposes couchdb nano library API as thunks for use with co and koa.", | ||
@@ -22,3 +22,6 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/OlavHN/co-nano" | ||
"homepage": "https://github.com/OlavHN/co-nano", | ||
"dependencies": { | ||
"thunkify": "0.0.1" | ||
} | ||
} |
@@ -5,1 +5,3 @@ co-nano | ||
Exposes couchdb nano library API as thunks for use with co and koa. | ||
Install with `npm install co-nano` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3153
7
1
+ Addedthunkify@0.0.1
+ Addedthunkify@0.0.1(transitive)