browserify-requireify
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "browserify-requireify", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Require any type of file when using browserify", | ||
@@ -15,9 +15,9 @@ "keywords": [ "require", "browserify" ], | ||
"dependencies": { | ||
"through": "2.3.4" | ||
"through": "2.3.6" | ||
}, | ||
"devDependencies": { | ||
"browserify": "5.11.0", | ||
"mocha": "1.21.4", | ||
"should": "4.0.4" | ||
"browserify": "9.0.3", | ||
"mocha": "2.1.0", | ||
"should": "5.0.1" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # requireify | ||
A [browserify](http://browserify.org/) transform for `require()`-ing non-JS | ||
files. | ||
files. Should work with browserify >= 5.x.x. | ||
@@ -8,0 +8,0 @@ It accomplishes this by wrapping the contents of the file in a `module.exports = '<contents>'` block. |
2240
+ Addedthrough@2.3.6(transitive)
- Removedthrough@2.3.4(transitive)
Updatedthrough@2.3.6