Added npm test to umbrella pacakge.

This commit is contained in:
ricmoo 2017-03-01 15:18:54 -05:00
parent 55833fcad0
commit 4cd710f84e

@ -4,7 +4,7 @@
"description": "Ethereum wallet library.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/nodeunit tests/index.js",
"test": "cd tests && node index.js",
"version": "grunt dist"
},
"dependencies": {