aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/package.json
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-22 07:37:58 +0800
committerobscuren <geffobscura@gmail.com>2015-01-22 07:37:58 +0800
commit4df2e1ef5c20ebd7004a595de7e6a032699106ad (patch)
tree9b9f06036d2d0fa7771f69aaf29c011628346816 /tests/files/package.json
parent67f9783e6a0fa5613a031e05549b92adbee57399 (diff)
downloaddexon-4df2e1ef5c20ebd7004a595de7e6a032699106ad.tar.gz
dexon-4df2e1ef5c20ebd7004a595de7e6a032699106ad.tar.zst
dexon-4df2e1ef5c20ebd7004a595de7e6a032699106ad.zip
updated tests
Diffstat (limited to 'tests/files/package.json')
-rw-r--r--tests/files/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/files/package.json b/tests/files/package.json
index eb0841450..c066bd1b5 100644
--- a/tests/files/package.json
+++ b/tests/files/package.json
@@ -19,5 +19,8 @@
"bugs": {
"url": "https://github.com/ethereum/tests/issues"
},
- "homepage": "https://github.com/ethereum/tests"
+ "homepage": "https://github.com/ethereum/tests",
+ "dependencies": {
+ "require-all": "^1.0.0"
+ }
}