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

Commit

Permalink
v1.1.3 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMSmithCA committed Aug 21, 2018
1 parent 714c4ae commit c1a3813
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "fusion-rpc-redux",
"description": "Triggers Redux actions when RPC methods are called",
"version": "1.1.3-0",
"version": "1.1.3",
"license": "MIT",
"repository": "fusionjs/fusion-rpc-redux",
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"main": "./dist/index.js",
"module": "./dist/index.es.js",
"browser": {
Expand Down Expand Up @@ -49,8 +52,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",
"prepublish": "npm run transpile"
},
Expand Down

0 comments on commit c1a3813

Please sign in to comment.