Move dependency

This commit is contained in:
Leonid Logvinov 2017-12-12 13:55:34 +01:00
parent 3477a84bbd
commit 1647e45247
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4
2 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,6 @@
"@0xproject/json-schemas": "^0.6.10", "@0xproject/json-schemas": "^0.6.10",
"@0xProject/utils": "^0.0.1", "@0xProject/utils": "^0.0.1",
"bignumber.js": "~4.1.0", "bignumber.js": "~4.1.0",
"js-sha3": "^0.7.0",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"valid-url": "^1.0.9" "valid-url": "^1.0.9"
} }

View File

@ -28,6 +28,7 @@
}, },
"dependencies": { "dependencies": {
"bignumber.js": "~4.1.0", "bignumber.js": "~4.1.0",
"js-sha3": "^0.7.0",
"lodash": "^4.17.4" "lodash": "^4.17.4"
} }
} }