diff options
Diffstat (limited to 'packages/assert')
-rw-r--r-- | packages/assert/package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/assert/package.json b/packages/assert/package.json index d69241f60..6349526a2 100644 --- a/packages/assert/package.json +++ b/packages/assert/package.json @@ -22,9 +22,6 @@ "url": "https://github.com/0xProject/0x.js/issues" }, "homepage": "https://github.com/0xProject/0x.js/packages/assert/README.md", - "dependencies": { - "@0xProject/utils": "^0.0.1" - }, "devDependencies": { "@0xproject/tslint-config": "^0.2.1", "@types/lodash": "^4.14.86", @@ -41,6 +38,7 @@ }, "dependencies": { "@0xproject/json-schemas": "^0.6.10", + "@0xProject/utils": "^0.0.1", "bignumber.js": "~4.1.0", "js-sha3": "^0.7.0", "lodash": "^4.17.4", |