zz85 / timeliner

simple javascript timeline library for animation and prototyping
https://twitter.com/blurspline
MIT License
705 stars 123 forks source link

Update npm build scripts #13

Closed cocoademon closed 7 years ago

cocoademon commented 7 years ago

Update browserify command to specify single input js so it works on Windows, and strip most of package.json from output.

Requires a re-run of npm install to obtain the package-json-versionify dev dependency.

Additionally, output generated by Watchify includes source maps. These aren't included in output of standard npm run build

zz85 commented 7 years ago

👍 looks good to me.