Skip to content

Commit

Permalink
chore: add truffle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Sep 20, 2023
1 parent 734b801 commit a5a0bc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "witnet-solidity",
"version": "1.1.2",
"version": "1.1.4",
"description": "Witnet CLI import module for Solidity projects",
"author": "Guillermo Diaz <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -42,6 +42,7 @@
"truffle"
],
"dependencies": {
"truffle": "^5.11.5",
"web3-jsonrpc-gateway": "^1.7.26",
"witnet-solidity-bridge": "https://github.com/guidiaz/witnet-solidity-bridge#ed0899d6f7e04e5c7ccc9cb585865a8187db6857",
"witnet-utils": "^1.1.1"
Expand Down

0 comments on commit a5a0bc7

Please sign in to comment.