feat: remove yarn in favor of npm

This commit is contained in:
Matt Condon
2017-11-27 19:22:12 +02:00
parent f79f7b00e3
commit 846b0714ad
7 changed files with 948 additions and 4409 deletions

View File

@ -12,10 +12,6 @@ To install the OpenZeppelin library, run::
npm init # follow instructions
npm install zeppelin-solidity
# If you are using yarn, add dependency like this -
yarn add zeppelin-solidity
After that, you'll get all the library's contracts in the `node_modules/zeppelin-solidity/contracts` folder. You can use the contracts in the library like so::
import "zeppelin-solidity/contracts/ownership/Ownable.sol";