diff options
Diffstat (limited to 'packages/sol-compiler/package.json')
-rw-r--r-- | packages/sol-compiler/package.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json index 0b53cffd5..344621285 100644 --- a/packages/sol-compiler/package.json +++ b/packages/sol-compiler/package.json @@ -1,6 +1,6 @@ { - "name": "@0x/sol-compiler", - "version": "2.0.2", + "name": "@dexon-foundation/sol-compiler", + "version": "2.0.5", "engines": { "node": ">=6.12" }, @@ -29,7 +29,7 @@ } }, "bin": { - "sol-compiler": "bin/sol-compiler.js" + "dsol-compiler": "bin/sol-compiler.js" }, "repository": { "type": "git", @@ -74,6 +74,8 @@ "@0x/typescript-typings": "^3.0.8", "@0x/utils": "^3.0.1", "@0x/web3-wrapper": "^3.2.4", + "@dexon-foundation/dsolc": "^0.5.1", + "@dexon-foundation/typescript-typings": "^1.0.0", "@types/yargs": "^11.0.0", "chalk": "^2.3.0", "chokidar": "^2.0.4", @@ -84,7 +86,6 @@ "pluralize": "^7.0.0", "require-from-string": "^2.0.1", "semver": "5.5.0", - "solc": "^0.5.2", "source-map-support": "^0.5.0", "web3-eth-abi": "^1.0.0-beta.24", "yargs": "^10.0.3" |