webcompat / webcompat-reporter-extensions

Browser extensions to help report site compatibilty issues.
26 stars 21 forks source link

Derive addons version in manifest.json from package.json #78

Closed miketaylr closed 6 years ago

miketaylr commented 6 years ago

During the webpack build, we can set the version number of the manifest.json file from the project package.json -- that way we don't have to modify it in 3 places.

So let's do it.