1
Fork 0

Fixed problem with firefox versioning

This commit is contained in:
Jake Howard 2015-10-08 13:59:08 +01:00
parent 166f99d819
commit ee3fd58044
2 changed files with 1 additions and 4 deletions

View File

@ -27,7 +27,7 @@ for key, value in switcher.items():
# Hard coded values
package['name'] = package['title'].replace(' ', '-').lower()
package['id'] = package['name'] + "@jetpack"
package['engines'] = {'fennec': "45.0", 'firefox': "45.0"}
package['engines'] = {'fennec': ">=39.5", 'firefox': ">=39.5"}
package['main'] = 'index.js'
with open(current_dir + 'package.json', 'w') as file:

View File

@ -2,9 +2,6 @@
set -e
bash scripts/build-js.sh
bash scripts/distribute.sh
cd firefox/
jpm run -b /usr/bin/firefox