browserify / browser-pack

pack node-style source files from a json stream into a browser bundle
Other
174 stars 58 forks source link

Update deps #60

Closed zertosh closed 9 years ago

zertosh commented 9 years ago

The notable update here is combine-source-map@~0.5.0. Among other things, it now produces sourcemaps with a charset - that breaks browserify's tests. It also includes https://github.com/thlorenz/combine-source-map/pull/16 which fixes sourceFile paths for how transforms usually generate sourcemaps.

Updating through2@^1.0.0, just to bring it inline with browserify.

This should be published as 5.0.0.

zertosh commented 9 years ago

WAIT: It's actually supposed to be combine-source-map@~0.6.1 but it hasn't been published to npm yet