Merge pull request #272 from rstormsf/Removal-of-install-script

Removes install script
This commit is contained in:
Manuel Aráoz
2017-06-22 10:34:07 -03:00
committed by GitHub
2 changed files with 0 additions and 4 deletions

View File

@ -6,7 +6,6 @@
"scripts": {
"test": "scripts/test.sh",
"console": "truffle console",
"install": "scripts/install.sh",
"coverage": "scripts/coverage.sh",
"coveralls": "scripts/coveralls.sh"
},

View File

@ -1,3 +0,0 @@
#! /bin/bash
mkdir -p ../../contracts/zeppelin && cp -r contracts/* "$_"