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

Commit 5ee825c

Browse files
ganemonefusion-bot[bot]
authored andcommitted
Release v0.2.1
#10
1 parent 137ed25 commit 5ee825c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "fusion-plugin-rpc-redux-react",
33
"description": "Triggers Redux actions when RPC methods are called.",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"license": "MIT",
66
"repository": "fusionjs/fusion-plugin-rpc-redux-react",
7-
"files": ["dist"],
7+
"files": [
8+
"dist"
9+
],
810
"main": "./dist/node.cjs.js",
911
"module": "./dist/node.es.js",
1012
"browser": {
@@ -55,8 +57,7 @@
5557
"lint": "eslint . --ignore-path .gitignore",
5658
"transpile": "npm run clean && cup build",
5759
"build-test": "rm -rf dist-tests && cup build-tests",
58-
"just-test":
59-
"node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
60+
"just-test": "node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
6061
"test": "npm run build-test && npm run just-test",
6162
"prepublish": "npm run transpile"
6263
},

0 commit comments

Comments
 (0)