diff options
| author | Jason Miller <[email protected]> | 2019-05-29 11:10:00 -0400 |
|---|---|---|
| committer | Jason Miller <[email protected]> | 2019-05-29 11:10:00 -0400 |
| commit | 80bbdbeb4a0d3e8df2d40857f1be0f30a70f23f8 (patch) | |
| tree | 38ec88b3a0874803585559fa156b1f057ea626cd /package.json | |
| parent | bcbe1632ca93553d12d793eb45726fda125c8a14 (diff) | |
fix test runner
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 9497394..d80b306 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "umd:main": "dist/mitt.umd.js", "scripts": { "bump": "standard-version", - "testonly": "mocha --require reify/node --require flow-remove-types/register test/**/*.js", + "testonly": "mocha --require esm --require flow-remove-types/register test/**/*.js", "lint": "eslint src test", "test": "flow && npm run lint && npm run testonly", "build": "npm-run-all --silent clean -p rollup -p minify:* -s docs size", @@ -73,13 +73,13 @@ "chai": "^3.5.0", "documentation": "^4.0.0-beta4", "eslint": "^3.13.1", + "esm": "^3.2.25", "flow-bin": "^0.38.0", "flow-remove-types": "^1.2.0", "gzip-size-cli": "^1.0.0", "mocha": "^3.2.0", "npm-run-all": "^2.1.1", "pretty-bytes-cli": "^2.0.0", - "reify": "^0.8.3", "rimraf": "^2.5.2", "rollup": "^0.41.4", "rollup-plugin-buble": "^0.15.0", |
