Added npm test to umbrella pacakge.
This commit is contained in:
parent
55833fcad0
commit
4cd710f84e
@ -4,7 +4,7 @@
|
|||||||
"description": "Ethereum wallet library.",
|
"description": "Ethereum wallet library.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "./node_modules/.bin/nodeunit tests/index.js",
|
"test": "cd tests && node index.js",
|
||||||
"version": "grunt dist"
|
"version": "grunt dist"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user