From a5a0bc76396647201d052e2d3bea5e99a2d024af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20D=C3=ADaz?= Date: Wed, 20 Sep 2023 12:35:37 +0200 Subject: [PATCH] chore: add truffle dependency --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 123a1ff..f4fa0ec 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT", @@ -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"