Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGrandon authored and fusion-bot[bot] committed Mar 13, 2018
1 parent c645239 commit 0918049
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "fusion-plugin-error-handling",
"description": "Collects browser errors and server request errors, and emits them through an EventEmitter",
"version": "1.0.2",
"description":
"Collects browser errors and server request errors, and emits them through an EventEmitter",
"version": "1.0.3",
"license": "MIT",
"repository": "fusionjs/fusion-plugin-error-handling",
"files": [
"dist",
"src"
],
"files": ["dist", "src"],
"main": "./dist/index.js",
"module": "./dist/index.es.js",
"browser": {
Expand Down Expand Up @@ -53,7 +51,8 @@
"lint": "eslint . --ignore-path .gitignore",
"transpile": "npm run clean && cup build",
"build-test": "rm -rf dist-tests && npm run transpile && cup build-tests",
"just-test": "node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
"just-test":
"node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
"cover": "npm run build-test && npm run just-cover",
"just-cover": "nyc --reporter=text --reporter=html npm run just-test",
"test": "npm run build-test && npm run just-test",
Expand Down

0 comments on commit 0918049

Please sign in to comment.