aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/package.json')
-rw-r--r--tests/files/package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/files/package.json b/tests/files/package.json
index eb0841450..6b1446756 100644
--- a/tests/files/package.json
+++ b/tests/files/package.json
@@ -1,6 +1,6 @@
{
"name": "ethereum-tests",
- "version": "0.0.0",
+ "version": "0.0.3",
"description": "tests for ethereum",
"main": "index.js",
"scripts": {
@@ -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"
+ }
}