Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Prevent accidental OpenZeppelin 2.0.0 upgrade
Browse files Browse the repository at this point in the history
because they deliberately broke all ownership management, see OpenZeppelin/openzeppelin-contracts#1274
  • Loading branch information
jtakalai committed Nov 14, 2018
1 parent fe68747 commit 2f8caca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"express": "^4.16.3",
"ipfs": "^0.32.2",
"mz": "^2.7.0",
"openzeppelin-solidity": "^1.12.0",
"openzeppelin-solidity": "1.12.0",
"promise-events": "^0.1.4",
"solc": "^0.4.25",
"solidity-rlp": "^1.0.0",
Expand Down

0 comments on commit 2f8caca

Please sign in to comment.