Skip to content

Commit 4b57117

Browse files
authored
Problem: deploy contract is broken (#455)
1 parent c073162 commit 4b57117

File tree

3 files changed

+4121
-8032
lines changed

3 files changed

+4121
-8032
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ endif
241241

242242
ifeq (, $(shell which go-bindata))
243243
@echo "Installing go-bindata..."
244-
@go get github.com/kevinburke/go-bindata/go-bindata
244+
@go get github.com/kevinburke/go-bindata
245245
else
246246
@echo "go-bindata already installed; skipping..."
247247
endif

tests/solidity/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
]
1414
},
1515
"dependencies": {
16+
"patch-package": "^6.4.7",
1617
"truffle": "5.5.8",
17-
"yargs": "^17.0.1",
18-
"patch-package": "^6.4.7"
18+
"yargs": "^17.0.1"
1919
},
2020
"scripts": {
2121
"test": "node test-helper.js",

0 commit comments

Comments
 (0)