Comparing version 0.1.0 to 0.1.1
@@ -77,3 +77,3 @@ var noop = function() {}; | ||
var extend = function(proto, fn) { | ||
exports.extend = function(proto, fn) { | ||
var C = function() { | ||
@@ -93,3 +93,3 @@ proto.call(this); | ||
exports.emitter = function(fn) { | ||
return extend(Emitter, fn); | ||
return exports.extend(Emitter, fn); | ||
}; | ||
@@ -96,0 +96,0 @@ |
{ | ||
"name":"common", | ||
"version":"0.1.0", | ||
"description":"A small utility package with some useful stuff", | ||
"author":"Mathias Buus Madsen <mathiasbuus@gmail.com>", | ||
"version":"0.1.1", | ||
"description":"A utility package with some useful functional stuff", | ||
"author": "Ge.tt <hello@ge.tt>", | ||
"contributors": [ | ||
"Mathias Buus Madsen <m@ge.tt>" | ||
], | ||
"main":"./index.js" | ||
} |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
11717
4
236
0
102