ignore everything but official contracts for npm
This commit is contained in:
2
contracts/.npmignore
Normal file
2
contracts/.npmignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
mocks
|
||||||
|
examples
|
||||||
@ -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 .",
|
||||||
|
|||||||
Reference in New Issue
Block a user