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": "3.1.0",
"description": "Noiseless testing framework",
"main": "ospec.js",
"module": "ospec.mjs",
"directories": {
"test": "tests"
},
@ -13,9 +12,6 @@
"bin": {
"ospec": "./bin/ospec"
},
"scripts": {
"prepublishOnly": "node esm.js"
},
"repository": "MithrilJS/mithril.js",
"dependencies": {
"glob": "^7.1.3"