Commit 99c8ac9a by Manuel Araoz

fix stoppablebid, add package.json

parent f8e6a13d
import './PullPaymentCapable.sol';
import './Stoppable.sol';
import '../PullPaymentCapable.sol';
import '../Stoppable.sol';
contract StoppableBid is Stoppable, PullPaymentCapable {
address public highestBidder;
......
{
"name": "zeppelin-solidity",
"version": "0.0.4",
"description": "Secure Smart Contract library for Solidity",
"main": "truffle.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "scripts/install.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/OpenZeppelin/zeppelin-solidity.git"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"security",
"zeppelin"
],
"author": "Manuel Araoz <manuelaraoz@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenZeppelin/zeppelin-solidity/issues"
},
"homepage": "https://github.com/OpenZeppelin/zeppelin-solidity"
}
#! /bin/bash
mkdir -p ../../contracts/zeppelin && cp -r contracts/* "$_"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment