Merge pull request #898 from LLK/revert-897-textencoding

Revert "Use text-encoding library for text encoder"
This commit is contained in:
Ray Schamp 2018-01-17 10:59:42 -05:00 committed by GitHub
commit 81f1b8c0d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -59,7 +59,6 @@
"socket.io-client": "2.0.4", "socket.io-client": "2.0.4",
"stats.js": "^0.17.0", "stats.js": "^0.17.0",
"tap": "^10.2.0", "tap": "^10.2.0",
"text-encoding": "0.6.4",
"tiny-worker": "^2.1.1", "tiny-worker": "^2.1.1",
"webpack": "^3.10.0", "webpack": "^3.10.0",
"webpack-dev-server": "^2.4.1", "webpack-dev-server": "^2.4.1",

View file

@ -1,4 +1,3 @@
const TextEncoder = require('text-encoding');
const EventEmitter = require('events'); const EventEmitter = require('events');
const centralDispatch = require('./dispatch/central-dispatch'); const centralDispatch = require('./dispatch/central-dispatch');