This repository was archived by the owner on May 17, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " fusion-plugin-error-handling" ,
3- "description" :
4- " Collects browser errors and server request errors, and emits them through an EventEmitter" ,
5- "version" : " 1.0.5" ,
3+ "description" : " Collects browser errors and server request errors, and emits them through an EventEmitter" ,
4+ "version" : " 1.0.6" ,
65 "license" : " MIT" ,
76 "repository" : " fusionjs/fusion-plugin-error-handling" ,
8- "files" : [" dist" , " src" ],
7+ "files" : [
8+ " dist" ,
9+ " src"
10+ ],
911 "main" : " ./dist/index.js" ,
1012 "module" : " ./dist/index.es.js" ,
1113 "browser" : {
4951 "lint" : " eslint . --ignore-path .gitignore" ,
5052 "transpile" : " npm run clean && cup build" ,
5153 "build-test" : " rm -rf dist-tests && npm run transpile && cup build-tests" ,
52- "just-test" :
53- " node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js" ,
54+ "just-test" : " node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js" ,
5455 "cover" : " npm run build-test && npm run just-cover" ,
5556 "just-cover" : " nyc --reporter=text --reporter=html npm run just-test" ,
5657 "test" : " npm run build-test && npm run just-test" ,
You can’t perform that action at this time.
0 commit comments