browserify-adventure
Advanced tools
Comparing version 1.7.6 to 1.7.7
{ | ||
"name": "browserify-adventure", | ||
"version": "1.7.6", | ||
"version": "1.7.7", | ||
"description": "learn browserify with this educational adventure", | ||
@@ -20,3 +20,4 @@ "main": "index.js", | ||
"ever": "~0.0.3", | ||
"colornames": "~0.0.2" | ||
"colornames": "~0.0.2", | ||
"split2": "^2.1.0" | ||
}, | ||
@@ -23,0 +24,0 @@ "devDependencies": { |
@@ -44,3 +44,3 @@ Building upon the previous "using transforms" section, write a custom | ||
run your previous solution to the previous "using transforms" level or if | ||
you are feeling adventurous, you can string together the `split`, | ||
you are feeling adventurous, you can string together `split2`, | ||
`quote-stream`, and `through2` modules with `stream-combiner2` to build a | ||
@@ -47,0 +47,0 @@ transform that processes the files in-place. |
var through = require('through2'); | ||
var split = require('split'); | ||
var split = require('split2'); | ||
var sprintf = require('sprintf'); | ||
@@ -4,0 +4,0 @@ var quote = require('quote-stream'); |
1291471
12
+ Addedsplit2@^2.1.0
+ Addedsplit2@2.2.0(transitive)
+ Addedthrough2@2.0.5(transitive)