File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
/test-reports
3
3
/node_modules
4
4
/npm-debug.log
5
+ package-lock.json
5
6
.DS_Store
6
7
.idea
7
- .reify-cache
8
8
flow-typed
Original file line number Diff line number Diff line change 8
8
"umd:main" : " dist/mitt.umd.js" ,
9
9
"scripts" : {
10
10
"bump" : " standard-version" ,
11
- "testonly" : " mocha --require reify/node --require flow-remove-types/register test/**/*.js" ,
11
+ "testonly" : " mocha --require esm --require flow-remove-types/register test/**/*.js" ,
12
12
"lint" : " eslint src test" ,
13
13
"test" : " flow && npm run lint && npm run testonly" ,
14
14
"build" : " npm-run-all --silent clean -p rollup -p minify:* -s docs size" ,
73
73
"chai" : " ^3.5.0" ,
74
74
"documentation" : " ^4.0.0-beta4" ,
75
75
"eslint" : " ^3.13.1" ,
76
+ "esm" : " ^3.2.25" ,
76
77
"flow-bin" : " ^0.38.0" ,
77
78
"flow-remove-types" : " ^1.2.0" ,
78
79
"gzip-size-cli" : " ^1.0.0" ,
79
80
"mocha" : " ^3.2.0" ,
80
81
"npm-run-all" : " ^2.1.1" ,
81
82
"pretty-bytes-cli" : " ^2.0.0" ,
82
- "reify" : " ^0.8.3" ,
83
83
"rimraf" : " ^2.5.2" ,
84
84
"rollup" : " ^0.41.4" ,
85
85
"rollup-plugin-buble" : " ^0.15.0" ,
You can’t perform that action at this time.
0 commit comments