diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json index d322799..70f12ad 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "convert between bases", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "./node_modules/.bin/mocha -R spec" }, "repository": { "type": "git", @@ -15,5 +15,9 @@ "bugs": { "url": "https://github.com/julescarbon/basic/issues" }, - "homepage": "https://github.com/julescarbon/basic#readme" + "homepage": "https://github.com/julescarbon/basic#readme", + "dependencies": { + "assert": "^1.4.1", + "mocha": "^3.2.0" + } } |
