aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings/package.json
diff options
context:
space:
mode:
authorHsuan Lee <hsuan@cobinhood.com>2019-01-19 18:42:04 +0800
committerHsuan Lee <hsuan@cobinhood.com>2019-01-19 18:42:04 +0800
commit7ae38906926dc09bc10670c361af0d2bf0050426 (patch)
tree5fb10ae366b987db09e4ddb4bc3ba0f75404ad08 /packages/typescript-typings/package.json
parentb5fd3c72a08aaa6957917d74c333387a16edf66b (diff)
downloaddexon-sol-tools-7ae38906926dc09bc10670c361af0d2bf0050426.tar
dexon-sol-tools-7ae38906926dc09bc10670c361af0d2bf0050426.tar.gz
dexon-sol-tools-7ae38906926dc09bc10670c361af0d2bf0050426.tar.bz2
dexon-sol-tools-7ae38906926dc09bc10670c361af0d2bf0050426.tar.lz
dexon-sol-tools-7ae38906926dc09bc10670c361af0d2bf0050426.tar.xz
dexon-sol-tools-7ae38906926dc09bc10670c361af0d2bf0050426.tar.zst
dexon-sol-tools-7ae38906926dc09bc10670c361af0d2bf0050426.zip
Update dependency packages
Diffstat (limited to 'packages/typescript-typings/package.json')
-rw-r--r--packages/typescript-typings/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/typescript-typings/package.json b/packages/typescript-typings/package.json
index 01cab8c63..c79f75e36 100644
--- a/packages/typescript-typings/package.json
+++ b/packages/typescript-typings/package.json
@@ -1,6 +1,6 @@
{
- "name": "@0x/typescript-typings",
- "version": "3.0.8",
+ "name": "@dexon-foundation/typescript-typings",
+ "version": "1.0.0",
"engines": {
"node": ">=6.12"
},
@@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/0xProject/0x-monorepo.git"
+ "url": "git+https://github.com/dexon-foundation/sol-tools.git"
},
"author": "Fabio Berger",
"contributors": [
@@ -20,9 +20,9 @@
],
"license": "Apache-2.0",
"bugs": {
- "url": "https://github.com/0xProject/0x-monorepo/issues"
+ "url": "https://github.com/dexon-foundation/sol-tools/issues"
},
- "homepage": "https://github.com/0xProject/0x-monorepo/packages/typescript-typings#readme",
+ "homepage": "https://github.com/dexon-foundation/sol-tools/packages/typescript-typings#readme",
"dependencies": {
"@types/bn.js": "^4.11.0",
"@types/react": "*",