1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-16 01:21:48 +01:00

polyfill web animations

This commit is contained in:
Kyle Spearrin 2018-04-11 10:57:34 -04:00
parent 1e3a82586a
commit b88efe3e04
3 changed files with 7 additions and 0 deletions

5
package-lock.json generated
View File

@ -14374,6 +14374,11 @@
"defaults": "1.0.3"
}
},
"web-animations-js": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/web-animations-js/-/web-animations-js-2.3.1.tgz",
"integrity": "sha1-Om2bwVGWN3qQ+OKAP6UmIWWwRRA="
},
"web-ext": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/web-ext/-/web-ext-2.0.0.tgz",

View File

@ -106,6 +106,7 @@
"node-forge": "0.7.1",
"papaparse": "4.3.5",
"rxjs": "5.5.6",
"web-animations-js": "2.3.1",
"zone.js": "0.8.19"
}
}

View File

@ -1,5 +1,6 @@
import { enableProdMode } from '@angular/core';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import 'web-animations-js';
// tslint:disable-next-line
require('./scss/popup.scss');