Skip to content

Commit

Permalink
fix: dependency to witnet-solidity-bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Aug 28, 2023
1 parent 2614f9c commit df8e020
Show file tree
Hide file tree
Showing 2 changed files with 3,512 additions and 3,522 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "witnet-solidity",
"version": "1.0.0",
"version": "1.0.1",
"description": "Witnet CLI import module for Solidity projects",
"author": "Guillermo Diaz <[email protected]>",
"license": "MIT",
Expand All @@ -25,7 +25,6 @@
"fmt!": "eslint test --ext .js,.ts,.cjs --fix --ignore-path .gitignore && solhint --max-warnings 0 \"contracts/**/*.sol\" --fix",
"migrate": "truffle migrate --network",
"prepare": "npm run build",
"postinstall": "npm install --save-dev witnet-utils && npm install --save-dev web3-jsonrpc-gateway",
"test": "truffle test"
},
"keywords": [
Expand All @@ -42,7 +41,9 @@
"truffle"
],
"dependencies": {
"witnet-solidity-bridge": "https://github.com/witnet/witnet-solidity-bridge#7bde6dfda48b9ce6998e9b74add6bfef8ca73397"
"web3-jsonrpc-gateway": "^1.7.26",
"witnet-solidity-bridge": "witnet/witnet-solidity-bridge#7bde6dfda48b9ce6998e9b74add6bfef8ca73397",
"witnet-utils": "^1.0.8"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
Expand All @@ -53,8 +54,6 @@
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.1.1",
"web3-jsonrpc-gateway": "^1.7.26",
"witnet-utils": "^1.0.8"
"eslint-plugin-promise": "^6.1.1"
}
}
Loading

0 comments on commit df8e020

Please sign in to comment.