summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index e518cac..c3337ea 100644
--- a/package.json
+++ b/package.json
@@ -28,8 +28,11 @@
"pem": "^1.14.4"
},
"devDependencies": {
- "create-cert": "^1.0.6"
+ "create-cert": "^1.0.6",
+ "get-stream": "^5.1.0"
},
"scripts": {
+ "test": "node test.js",
+ "prepublishOnly": "npm run test"
}
}