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 +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " fusion-plugin-error-handling" ,
3- "description" : " Collects browser errors and server request errors, and emits them through an EventEmitter" ,
4- "version" : " 1.0.2" ,
3+ "description" :
4+ " Collects browser errors and server request errors, and emits them through an EventEmitter" ,
5+ "version" : " 1.0.3" ,
56 "license" : " MIT" ,
67 "repository" : " fusionjs/fusion-plugin-error-handling" ,
7- "files" : [
8- " dist" ,
9- " src"
10- ],
8+ "files" : [" dist" , " src" ],
119 "main" : " ./dist/index.js" ,
1210 "module" : " ./dist/index.es.js" ,
1311 "browser" : {
5351 "lint" : " eslint . --ignore-path .gitignore" ,
5452 "transpile" : " npm run clean && cup build" ,
5553 "build-test" : " rm -rf dist-tests && npm run transpile && cup build-tests" ,
56- "just-test" : " node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js" ,
54+ "just-test" :
55+ " node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js" ,
5756 "cover" : " npm run build-test && npm run just-cover" ,
5857 "just-cover" : " nyc --reporter=text --reporter=html npm run just-test" ,
5958 "test" : " npm run build-test && npm run just-test" ,
You can’t perform that action at this time.
0 commit comments