diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-05-27 22:55:52 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-05-27 22:55:52 +0200 |
commit | 478a089e521de81ca47fc54518bc6a241823d9ae (patch) | |
tree | 434360d5090263688950ae180184c96f590ab9ff /package.json | |
parent | 9a1b2c8ccc5f079dae4966dfd011f4076a53dc20 (diff) |
fix module loading for node under fake web workers
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index cd6033dae..fc7dfb13a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,6 @@ "react": "^15.5.4", "react-dom": "^15.5.4", "through2": "^2.0.1", - "tiny-worker": "^2.1.1", "ts-loader": "^2.0.3", "typedoc": "^0.7.1", "typescript": "next", |