mapbox / npm-internal

helps you package internal npm modules and upload them to your own s3 bucket.
MIT License
11 stars 3 forks source link

Use package.json version for dev packages #18

Closed karenzshea closed 8 years ago

karenzshea commented 8 years ago

Rather than use tags or v0.0.0, use version found in package.json and append a -dev and gitsha

cc @mick @freenerd @emilymcafee

mick commented 8 years ago

done in https://github.com/mapbox/npm-internal/pull/19