ignore everything but official contracts for npm

This commit is contained in:
Francisco Giordano
2018-04-19 12:26:12 -03:00
parent d0ec491b1f
commit 03891b00a7
2 changed files with 5 additions and 0 deletions

2
contracts/.npmignore Normal file
View File

@ -0,0 +1,2 @@
mocks
examples

View File

@ -2,6 +2,9 @@
"name": "zeppelin-solidity",
"version": "1.8.0",
"description": "Secure Smart Contract library for Solidity",
"files": [
"contracts"
],
"scripts": {
"test": "scripts/test.sh",
"lint": "eslint .",