diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-27 03:46:18 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-27 03:46:51 -0400 |
| commit | a831d1e2391e67f6d6ad3284ab9858d9b8d610c1 (patch) | |
| tree | 4c8c5cf44f050f1c5e8875bf24958c92139ea476 /package.json | |
| parent | ef00cf3e38b76395abe42d406c2bb06380754091 (diff) | |
Implement fetch
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 1eae8b70a..2a6288c40 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", + "@types/text-encoding": "^0.0.32", "babel-polyfill": "^6.26.0", "base64-js": "^1.3.0", "espree": "^3.5.3", @@ -16,6 +17,7 @@ "prettier": "^1.12.1", "protobufjs": "^6.8.6", "source-map": "0.6.0", + "text-encoding": "^0.6.4", "tmp": "0.0.33", "tslint": "5.10.0", "typescript": "^2.8.3", |
