@connext/apps
Advanced tools
Comparing version 7.0.0-alpha.4 to 7.0.0-alpha.5
{ | ||
"name": "@connext/apps", | ||
"version": "7.0.0-alpha.4", | ||
"version": "7.0.0-alpha.5", | ||
"description": "Connext Counterfactual Apps", | ||
@@ -14,3 +14,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"build": "./node_modules/.bin/tsc -b . && ./node_modules/.bin/rollup -c", | ||
"build": "../../node_modules/.bin/tsc -b . && ../../node_modules/.bin/rollup -c", | ||
"lint": "../../node_modules/.bin/eslint -c '../../.eslintrc.js' --fix 'src/**/*'", | ||
@@ -23,4 +23,4 @@ "test": "echo \"Error: no test specified\" && exit 1", | ||
"@connext/contracts": "3.2.3", | ||
"@connext/utils": "7.0.0-alpha.4", | ||
"@connext/types": "7.0.0-alpha.4", | ||
"@connext/utils": "7.0.0-alpha.5", | ||
"@connext/types": "7.0.0-alpha.5", | ||
"ethers": "5.0.2", | ||
@@ -27,0 +27,0 @@ "rollup": "2.12.1", |
Sorry, the diff of this file is not supported yet
682493