Comparing version
(function() { | ||
var coffee, extend, fs, getDefaultMixins, util, vm; | ||
var coffee, fs, getDefaultMixins, util, vm, _; | ||
coffee = require('coffee-script'); | ||
fs = require('fs'); | ||
_ = require('underscore'); | ||
util = require('util'); | ||
@@ -18,3 +19,3 @@ vm = require('vm'); | ||
} else { | ||
extend(settings, options); | ||
_.extend(settings, options); | ||
fileName = settings.fileName; | ||
@@ -73,3 +74,2 @@ } | ||
}; | ||
exports.extend = extend; | ||
exports.getDefaultMixins = getDefaultMixins; | ||
@@ -87,10 +87,2 @@ getDefaultMixins = function() { | ||
}; | ||
extend = function(object, properties) { | ||
var key, value; | ||
for (key in properties) { | ||
value = properties[key]; | ||
object[key] = value; | ||
} | ||
return object; | ||
}; | ||
}).call(this); |
@@ -5,3 +5,3 @@ { | ||
"author": "khoomeister", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"licenses": [{ | ||
@@ -16,4 +16,5 @@ "type": "MIT", | ||
"dependencies": { | ||
"coffee-script": ">=1.0.0" | ||
"coffee-script": ">=1.0.0", | ||
"underscore": ">=1.1.6" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
3428
-65.01%2
100%3
-40%85
-8.6%2
100%0
-100%+ Added
+ Added