@0xcert/ethereum-erc20-contracts
Advanced tools
Comparing version 2.0.0-alpha0 to 2.0.0-alpha1
@@ -5,4 +5,4 @@ { | ||
{ | ||
"version": "2.0.0-alpha0", | ||
"tag": "@0xcert/ethereum-erc20-contracts_v2.0.0-alpha0", | ||
"version": "2.0.0-alpha1", | ||
"tag": "@0xcert/ethereum-erc20-contracts_v2.0.0-alpha1", | ||
"date": "Wed, 19 Jun 2019 10:31:05 GMT", | ||
@@ -9,0 +9,0 @@ "comments": {} |
@@ -5,3 +5,3 @@ # Change Log - @0xcert/ethereum-erc20-contracts | ||
## 2.0.0-alpha0 | ||
## 2.0.0-alpha1 | ||
Wed, 19 Jun 2019 10:31:05 GMT | ||
@@ -8,0 +8,0 @@ |
{ | ||
"files": {}, | ||
"arguments": "npm run clean && npx specron compile && npx tsc " | ||
"arguments": "npm run lint && npm run clean && npx specron compile && npx specron test " | ||
} |
{ | ||
"name": "@0xcert/ethereum-erc20-contracts", | ||
"version": "2.0.0-alpha0", | ||
"version": "2.0.0-alpha1", | ||
"description": "Smart contract implementation of the ERC-20 standard on the Ethereum blockchain.", | ||
@@ -66,3 +66,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@0xcert/ethereum-utils-contracts": "2.0.0-alpha0", | ||
"@0xcert/ethereum-utils-contracts": "2.0.0-alpha1", | ||
"@specron/cli": "^0.5.6", | ||
@@ -69,0 +69,0 @@ "@specron/spec": "^0.5.6", |
Sorry, the diff of this file is not supported yet
800284