diff options
| author | Fabio Berger <me@fabioberger.com> | 2018-03-14 22:18:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-14 22:18:16 +0800 |
| commit | e16feb27f4ec1987259a87f360824a0158bd8b10 (patch) | |
| tree | e94cb3bc89e215c4df38ab161379023ab8e0c4e9 /package.json | |
| parent | 3f3e8be004818ddaa1921b3dff12bdd46052278b (diff) | |
| parent | 83ae7ba08d55fa964bf7b7a985aea0fe1520c5c7 (diff) | |
| download | dexon-sol-tools-e16feb27f4ec1987259a87f360824a0158bd8b10.tar.gz dexon-sol-tools-e16feb27f4ec1987259a87f360824a0158bd8b10.tar.zst dexon-sol-tools-e16feb27f4ec1987259a87f360824a0158bd8b10.zip | |
Merge pull request #450 from 0xProject/convertScriptsToTs
Convert Scripts to TS & Other Misc. Fixes
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package.json b/package.json index b8ce29c4a..b1e1bf626 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,8 @@ "mnemonic": "concert load couple harbor equip island argue ramp clarify fence smart topic" }, "devDependencies": { - "@0xproject/utils": "^0.4.1", - "async-child-process": "^1.1.1", "ethereumjs-testrpc": "^6.0.3", "lerna": "^2.5.1", - "prettier": "^1.11.1", - "publish-release": "0xproject/publish-release", - "semver-sort": "^0.0.4" + "prettier": "^1.11.1" } } |
