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

Commit 0d22598

Browse files
ganemonefusion-bot[bot]
authored and
fusion-bot[bot]
committed
Release v2.0.0
#120
1 parent 4b7d9e3 commit 0d22598

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fusion-plugin-rpc-redux-react",
33
"description": "Triggers Redux actions when RPC methods are called.",
4-
"version": "1.1.2",
4+
"version": "2.0.0",
55
"license": "MIT",
66
"repository": "fusionjs/fusion-plugin-rpc-redux-react",
77
"files": [
@@ -68,8 +68,7 @@
6868
"lint": "eslint . --ignore-path .gitignore",
6969
"transpile": "npm run clean && cup build",
7070
"build-test": "rm -rf dist-tests && cup build-tests",
71-
"just-test":
72-
"node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
71+
"just-test": "node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
7372
"test": "npm run build-test && npm run just-test",
7473
"cover": "npm run build-test && nyc npm run just-test",
7574
"prepublish": "npm run transpile"

0 commit comments

Comments
 (0)