diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json index e15ee9239..e6230bf18 100644 --- a/package.json +++ b/package.json @@ -10,13 +10,14 @@ "lerna:publish": "yarn install; lerna run clean; lerna run build; lerna publish --registry=https://registry.npmjs.org/" }, "config": { - "mnemonic": "concert load couple harbor equip island argue ramp clarify fence smart topic" + "mnemonic": "concert load couple harbor equip island argue ramp clarify fence smart topic" }, "devDependencies": { - "lerna": "^2.5.1", + "@0xproject/utils": "^0.1.0", "async-child-process": "^1.1.1", - "semver-sort": "^0.0.4", + "ethereumjs-testrpc": "6.0.3", + "lerna": "^2.5.1", "publish-release": "0xproject/publish-release", - "ethereumjs-testrpc": "6.0.3" + "semver-sort": "^0.0.4" } } |