Remove ethpm.json

The package is not registered in ethpm at the moment. This file was an
artifact leftover from vanilla openzeppelin. This PR removes it, until
we decide to register openzeppelin-eth on ethpm.
This commit is contained in:
Santiago Palladino
2018-10-22 19:42:20 +02:00
committed by Francisco Giordano
parent 105b927b62
commit e8e6dd52a5

View File

@ -1,17 +0,0 @@
{
"package_name": "zeppelin",
"version": "2.1.3",
"description": "Secure Smart Contract library for Solidity",
"authors": [
"OpenZeppelin Community <maintainers@openzeppelin.org>"
],
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"security",
"zeppelin"
],
"license": "MIT"
}