aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 6f5c3a8..2485c42 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"umd:main": "dist/mitt.umd.js",
"scripts": {
"bump": "standard-version",
- "testonly": "mocha --compilers js:babel-register test/**/*.js",
+ "testonly": "mocha --require reify/node --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",
@@ -61,15 +61,16 @@
"babel-plugin-transform-flow-strip-types": "^6.21.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
- "babel-register": "^6.9.0",
"chai": "^3.5.0",
"documentation": "^4.0.0-beta4",
"eslint": "^3.13.1",
"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",