Commit ea335ebc by Francisco Giordano

ignore everything but official contracts for npm

parent b1a80156
...@@ -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 .",
......
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