diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-27 01:33:21 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-27 01:33:37 -0400 |
| commit | ef00cf3e38b76395abe42d406c2bb06380754091 (patch) | |
| tree | 610362249ca26c0533acb2f7f757e3d965a0fc61 /package.json | |
| parent | 65a2c4b421cd16328a663b2803f1e42bf5bdd180 (diff) | |
Use babel-polyfill to fix error
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index d7e401ce2..1eae8b70a 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "devDependencies": { "@types/base64-js": "^1.2.5", "@types/source-map-support": "^0.4.0", + "babel-polyfill": "^6.26.0", "base64-js": "^1.3.0", "espree": "^3.5.3", "jsdoc": "^3.5.5", |
