Merge pull request #1 from OpenZeppelin/master
Upgrade to latest OpenZeppelin
Showing
contracts/SafeMath.sol
0 → 100644
contracts/StandardToken.sol
0 → 100644
contracts/Token.sol
deleted
100644 → 0
contracts/examples/ProofOfExistence.sol
0 → 100644
contracts/test-helpers/PullPaymentMock.sol
0 → 100644
contracts/token/CrowdsaleToken.sol
0 → 100644
contracts/token/SimpleToken.sol
0 → 100644
| { | { | ||
| "name": "zeppelin-solidity", | "name": "zeppelin-solidity", | ||
| "version": "0.0.6", | "version": "0.0.10", | ||
| "description": "Secure Smart Contract library for Solidity", | "description": "Secure Smart Contract library for Solidity", | ||
| "main": "truffle.js", | "main": "truffle.js", | ||
| "devDependencies": {}, | "devDependencies": {}, | ||
| "scripts": { | "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1", | "test": "truffle test", | ||
| "install": "scripts/install.sh" | "install": "scripts/install.sh" | ||
| }, | }, | ||
| "repository": { | "repository": { | ||
| ... | ... |
test/PullPayment.js
0 → 100644
test/TestOwnable.sol
0 → 100644
Please
register
or
sign in
to comment