aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-06-01 01:26:18 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-06-01 01:26:18 +0800
commit886ed9180d4e59f6ef1e72509d003726a5a898e9 (patch)
tree528727ff19cc54e2d51a6a794acd9c52a1a980f5 /package.json
parent82a46b4938902009896bef1d296b887f66b284fd (diff)
parent1c765cd55f227d99941f5944ff60022884890fe1 (diff)
downloaddexon-sol-tools-886ed9180d4e59f6ef1e72509d003726a5a898e9.tar
dexon-sol-tools-886ed9180d4e59f6ef1e72509d003726a5a898e9.tar.gz
dexon-sol-tools-886ed9180d4e59f6ef1e72509d003726a5a898e9.tar.bz2
dexon-sol-tools-886ed9180d4e59f6ef1e72509d003726a5a898e9.tar.lz
dexon-sol-tools-886ed9180d4e59f6ef1e72509d003726a5a898e9.tar.xz
dexon-sol-tools-886ed9180d4e59f6ef1e72509d003726a5a898e9.tar.zst
dexon-sol-tools-886ed9180d4e59f6ef1e72509d003726a5a898e9.zip
Merge branch 'master' into fillOrderAsync
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 541dc44e6..7df7679c1 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,6 @@
"docs:json": "typedoc --json docs/index.json .",
"docs:generate": "typedoc --out docs .",
"docs:open": "opn docs/index.html",
-
"clean": "shx rm -rf _bundles lib test_temp",
"build:dev": "npm run clean && run-p build:*:dev",
"build:umd:dev": "webpack",
@@ -60,7 +59,7 @@
"chai-as-promised": "^6.0.0",
"chai-bignumber": "^2.0.0",
"copyfiles": "^1.2.0",
- "ethereumjs-testrpc": "^3.0.5",
+ "ethereumjs-testrpc": "3.0.5",
"json-loader": "^0.5.4",
"mocha": "^3.4.1",
"npm-run-all": "^4.0.2",