Switch to npm version of webextension-polyfill

This commit is contained in:
Nathaniel van Diepen
2018-01-24 09:05:38 -07:00
parent feeffe30fa
commit dd72abc594
4 changed files with 10125 additions and 5 deletions

3
.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "vendor/webextension-polyfill"]
path = vendor/webextension-polyfill
url = https://github.com/mozilla/webextension-polyfill.git

10123
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -50,7 +50,8 @@
"moment": "^2.13.0",
"react": "^15.1.0",
"react-addons-css-transition-group": "^15.1.0",
"react-dom": "^15.1.0"
"react-dom": "^15.1.0",
"webextension-polyfill": "^0.2.1"
},
"jshintConfig": {
"asi": false,