We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c073162 commit 4b57117Copy full SHA for 4b57117
Makefile
@@ -241,7 +241,7 @@ endif
241
242
ifeq (, $(shell which go-bindata))
243
@echo "Installing go-bindata..."
244
- @go get github.com/kevinburke/go-bindata/go-bindata
+ @go get github.com/kevinburke/go-bindata
245
else
246
@echo "go-bindata already installed; skipping..."
247
endif
tests/solidity/package.json
@@ -13,9 +13,9 @@
13
]
14
},
15
"dependencies": {
16
+ "patch-package": "^6.4.7",
17
"truffle": "5.5.8",
- "yargs": "^17.0.1",
18
- "patch-package": "^6.4.7"
+ "yargs": "^17.0.1"
19
20
"scripts": {
21
"test": "node test-helper.js",
0 commit comments