cyclejs / cycle-time-travel

A time traveling debugger for Cycle.js
MIT License
217 stars 10 forks source link

Looks like browserify is an implicit dependency #26

Closed DjebbZ closed 9 years ago

DjebbZ commented 9 years ago

Browserify appears in the scripts section of package.json but not in devDependencies.

Widdershin commented 9 years ago

Ah true, I'll add that as a dependency, cheers.

DjebbZ commented 9 years ago

Better like this, right ? :)

Widdershin commented 9 years ago

Definitely, thanks for making an issue :)

Anyone should be able to clone the repo, npm install and go.