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

Commit 1c9c557

Browse files
committed
v1.0.6
1 parent ea9c29f commit 1c9c557

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

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

0 commit comments

Comments
 (0)