1
Fork 0

Fixed firefox field

This commit is contained in:
Jake Howard 2015-09-22 15:54:08 +01:00
parent 31ce89698d
commit 8a3af9016c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ for key, value in switcher.items():
#Hard coded values
package['name'] = package['title'].replace(' ', '-')
package['name'] = package['title'].replace(' ', '-').lower()
package['id'] = package['name'] + "@jetpack"
package['engines'] = {'fennec': ">=38.01a", 'firefox': ">=38.0a1"}
package['main'] = 'index.js'