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

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ganemone authored and fusion-bot[bot] committed Jul 2, 2018
1 parent 4b7d9e3 commit 0d22598
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fusion-plugin-rpc-redux-react",
"description": "Triggers Redux actions when RPC methods are called.",
"version": "1.1.2",
"version": "2.0.0",
"license": "MIT",
"repository": "fusionjs/fusion-plugin-rpc-redux-react",
"files": [
Expand Down Expand Up @@ -68,8 +68,7 @@
"lint": "eslint . --ignore-path .gitignore",
"transpile": "npm run clean && cup build",
"build-test": "rm -rf dist-tests && cup build-tests",
"just-test":
"node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
"just-test": "node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
"test": "npm run build-test && npm run just-test",
"cover": "npm run build-test && nyc npm run just-test",
"prepublish": "npm run transpile"
Expand Down

0 comments on commit 0d22598

Please sign in to comment.