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

Commit 0918049

Browse files
KevinGrandonfusion-bot[bot]
authored andcommitted
Release v1.0.3
#102
1 parent c645239 commit 0918049

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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": {
@@ -53,7 +51,8 @@
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",

0 commit comments

Comments
 (0)