diff options
Diffstat (limited to 'contracts/interfaces')
-rw-r--r-- | contracts/interfaces/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contracts/interfaces/package.json b/contracts/interfaces/package.json index 85d0ccc26..555b7e2db 100644 --- a/contracts/interfaces/package.json +++ b/contracts/interfaces/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@0x/contracts-interfaces", - "version": "1.0.1", + "version": "1.0.0", "engines": { "node": ">=6.12" }, @@ -42,8 +42,8 @@ }, "dependencies": { "@0x/base-contract": "^3.0.9", - "@0x/contracts-libs": "^1.0.1", - "@0x/contracts-utils": "^1.0.1", + "@0x/contracts-libs": "^1.0.0", + "@0x/contracts-utils": "^1.0.0", "@0x/types": "^1.4.0", "@0x/typescript-typings": "^3.0.5", "@0x/utils": "^2.0.7", |