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

Commit 30f9caa

Browse files
lhoriefusion-bot[bot]
authored and
fusion-bot[bot]
committed
Release v0.3.0
#43
1 parent 6be5057 commit 30f9caa

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "fusion-plugin-rpc-redux-react",
33
"description": "Triggers Redux actions when RPC methods are called.",
4-
"version": "0.2.4",
4+
"version": "0.3.0",
55
"license": "MIT",
66
"repository": "fusionjs/fusion-plugin-rpc-redux-react",
7-
"files": ["dist", "src"],
7+
"files": [
8+
"dist",
9+
"src"
10+
],
811
"main": "./dist/index.js",
912
"module": "./dist/index.es.js",
1013
"browser": {
@@ -62,13 +65,12 @@
6265
"lint": "eslint . --ignore-path .gitignore",
6366
"transpile": "npm run clean && cup build",
6467
"build-test": "rm -rf dist-tests && cup build-tests",
65-
"just-test":
66-
"node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
68+
"just-test": "node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
6769
"test": "npm run build-test && npm run just-test",
6870
"cover": "npm run build-test && nyc npm run just-test",
6971
"prepublish": "npm run transpile"
7072
},
7173
"engines": {
7274
"node": ">= 8.9.0"
7375
}
74-
}
76+
}

0 commit comments

Comments
 (0)