ignore everything but official contracts for npm
Showing
contracts/.npmignore
0 → 100644
| ... | @@ -2,6 +2,9 @@ | ... | @@ -2,6 +2,9 @@ |
| "name": "zeppelin-solidity", | "name": "zeppelin-solidity", | ||
| "version": "1.8.0", | "version": "1.8.0", | ||
| "description": "Secure Smart Contract library for Solidity", | "description": "Secure Smart Contract library for Solidity", | ||
| "files": [ | |||
| "contracts" | |||
| ], | |||
| "scripts": { | "scripts": { | ||
| "test": "scripts/test.sh", | "test": "scripts/test.sh", | ||
| "lint": "eslint .", | "lint": "eslint .", | ||
| ... | ... |
Please
register
or
sign in
to comment