+4
-6
@@ -22,3 +22,3 @@ | ||
| * @param {Object} [opts] | ||
| * @return {Function} thunk | ||
| * @return {Function} Promise | ||
| * @api public | ||
@@ -32,6 +32,4 @@ */ | ||
| return function(done){ | ||
| debug('render %s with %j', view, opts); | ||
| engine(view, opts, done); | ||
| } | ||
| } | ||
| debug('render %s with %j', view, opts); | ||
| return engine(view, opts); | ||
| } |
+3
-3
| { | ||
| "name": "co-render", | ||
| "version": "0.2.0", | ||
| "version": "1.0.0", | ||
| "repository": "visionmedia/co-render", | ||
| "description": "Thunk-based template rendering for Co and others", | ||
| "description": "Promise-based template rendering for Co and others", | ||
| "scripts": { | ||
@@ -19,3 +19,3 @@ "test": "make test" | ||
| "dependencies": { | ||
| "consolidate": "^0.13.0", | ||
| "consolidate": "^0.13.1", | ||
| "debug": "2" | ||
@@ -22,0 +22,0 @@ }, |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
-50%2037
-1.31%26
-3.7%Updated