aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/typescript-typings/package.json')
-rw-r--r--packages/typescript-typings/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/typescript-typings/package.json b/packages/typescript-typings/package.json
index 10435ff25..fb5353a82 100644
--- a/packages/typescript-typings/package.json
+++ b/packages/typescript-typings/package.json
@@ -25,9 +25,9 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/typescript-typings#readme",
"dependencies": {
- "@types/bn.js": "^4.11.0",
+ "ethereum-types": "^1.0.0",
"bignumber.js": "~4.1.0",
- "ethereum-types": "^1.0.0"
+ "@types/bn.js": "^4.11.0"
},
"devDependencies": {
"@0xproject/monorepo-scripts": "^1.0.0",