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

Commit 8fca37c

Browse files
KevinGrandonfusion-bot[bot]
authored and
fusion-bot[bot]
committed
Release v0.3.3
#60
1 parent 5799c27 commit 8fca37c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
{
22
"name": "fusion-plugin-rpc-redux-react",
33
"description": "Triggers Redux actions when RPC methods are called.",
4-
"version": "0.3.2",
4+
"version": "0.3.3",
55
"license": "MIT",
66
"repository": "fusionjs/fusion-plugin-rpc-redux-react",
7-
"files": [
8-
"dist",
9-
"src"
10-
],
7+
"files": ["dist", "src"],
118
"main": "./dist/index.js",
129
"module": "./dist/index.es.js",
1310
"browser": {
@@ -67,7 +64,8 @@
6764
"lint": "eslint . --ignore-path .gitignore",
6865
"transpile": "npm run clean && cup build",
6966
"build-test": "rm -rf dist-tests && cup build-tests",
70-
"just-test": "node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
67+
"just-test":
68+
"node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
7169
"test": "npm run build-test && npm run just-test",
7270
"cover": "npm run build-test && nyc npm run just-test",
7371
"prepublish": "npm run transpile"

0 commit comments

Comments
 (0)