Drop ESM support (#2366)

* Drop ESM support

* Add `"unpkg"` field
This commit is contained in:
Isiah Meadows 2019-05-29 09:24:10 -04:00 committed by GitHub
parent 9b38e41fd6
commit b17b00e9eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 7 additions and 2248 deletions

View file

@ -3,7 +3,6 @@
"version": "2.0.0",
"description": "Streaming data, mithril-style",
"main": "stream.js",
"module": "stream.mjs",
"directories": {
"test": "tests"
},