aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asset-buyer/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/asset-buyer/package.json')
-rw-r--r--packages/asset-buyer/package.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/packages/asset-buyer/package.json b/packages/asset-buyer/package.json
index 850fce873..b454ca147 100644
--- a/packages/asset-buyer/package.json
+++ b/packages/asset-buyer/package.json
@@ -1,5 +1,5 @@
{
- "name": "@0xproject/asset-buyer",
+ "name": "@0x/asset-buyer",
"version": "2.0.0",
"engines": {
"node": ">=6.12"
@@ -36,21 +36,21 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md",
"dependencies": {
- "@0xproject/assert": "^1.0.13",
- "@0xproject/connect": "^3.0.1",
- "@0xproject/contract-wrappers": "^2.0.2",
- "@0xproject/json-schemas": "^1.0.7",
- "@0xproject/order-utils": "^1.0.7",
- "@0xproject/subproviders": "^2.0.7",
- "@0xproject/types": "^1.1.4",
- "@0xproject/typescript-typings": "^3.0.2",
- "@0xproject/utils": "^2.0.2",
- "@0xproject/web3-wrapper": "^3.0.3",
+ "@0x/assert": "^1.0.13",
+ "@0x/connect": "^3.0.1",
+ "@0x/contract-wrappers": "^2.0.2",
+ "@0x/json-schemas": "^1.0.7",
+ "@0x/order-utils": "^1.0.7",
+ "@0x/subproviders": "^2.0.7",
+ "@0x/types": "^1.1.4",
+ "@0x/typescript-typings": "^3.0.2",
+ "@0x/utils": "^2.0.2",
+ "@0x/web3-wrapper": "^3.0.3",
"ethereum-types": "^1.0.11",
"lodash": "^4.17.10"
},
"devDependencies": {
- "@0xproject/tslint-config": "^1.0.8",
+ "@0x/tslint-config": "^1.0.8",
"@types/lodash": "^4.14.116",
"@types/mocha": "^2.2.42",
"@types/node": "*",