aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/package.json
diff options
context:
space:
mode:
authorJacob Evans <jacob@dekz.net>2018-10-18 18:51:56 +0800
committerJacob Evans <jacob@dekz.net>2018-10-18 19:27:31 +0800
commit9f924e459c43c023e35ab7222cd9824cc0e67411 (patch)
treed7b62f5b7f018b5178300040b26d37f52f955418 /packages/instant/package.json
parent9e8bca69a8a1d3570e30a28f150c0bec3848a760 (diff)
downloaddexon-0x-contracts-9f924e459c43c023e35ab7222cd9824cc0e67411.tar
dexon-0x-contracts-9f924e459c43c023e35ab7222cd9824cc0e67411.tar.gz
dexon-0x-contracts-9f924e459c43c023e35ab7222cd9824cc0e67411.tar.bz2
dexon-0x-contracts-9f924e459c43c023e35ab7222cd9824cc0e67411.tar.lz
dexon-0x-contracts-9f924e459c43c023e35ab7222cd9824cc0e67411.tar.xz
dexon-0x-contracts-9f924e459c43c023e35ab7222cd9824cc0e67411.tar.zst
dexon-0x-contracts-9f924e459c43c023e35ab7222cd9824cc0e67411.zip
chore: change package org from 0xproject to 0x
Diffstat (limited to 'packages/instant/package.json')
-rw-r--r--packages/instant/package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/instant/package.json b/packages/instant/package.json
index 5c4436c52..224683dc5 100644
--- a/packages/instant/package.json
+++ b/packages/instant/package.json
@@ -1,5 +1,5 @@
{
- "name": "@0xproject/instant",
+ "name": "@0x/instant",
"version": "0.0.2",
"engines": {
"node": ">=6.12"
@@ -43,11 +43,11 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
"dependencies": {
- "@0xproject/asset-buyer": "^2.0.0",
- "@0xproject/types": "^1.1.4",
- "@0xproject/typescript-typings": "^2.0.2",
- "@0xproject/utils": "^2.0.2",
- "@0xproject/web3-wrapper": "^3.0.3",
+ "@0x/asset-buyer": "^2.0.0",
+ "@0x/types": "^1.1.4",
+ "@0x/typescript-typings": "^2.0.2",
+ "@0x/utils": "^2.0.2",
+ "@0x/web3-wrapper": "^3.0.3",
"ethereum-types": "^1.0.11",
"lodash": "^4.17.10",
"polished": "^2.2.0",
@@ -60,7 +60,7 @@
"ts-optchain": "^0.1.1"
},
"devDependencies": {
- "@0xproject/tslint-config": "^1.0.8",
+ "@0x/tslint-config": "^1.0.8",
"@types/enzyme": "^3.1.14",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jest": "^23.3.5",