-
- Downloads
Fix: issue using naclb local dependency
... | @@ -9,7 +9,6 @@ | ... | @@ -9,7 +9,6 @@ |
}, | }, | ||
"scripts": { | "scripts": { | ||
"test": "mocha --growl test/fast test/fast/block test/medium", | "test": "mocha --growl test/fast test/fast/block test/medium", | ||
"preinstall": "npm install ./naclb", | |||
"start": "bin/ucoin" | "start": "bin/ucoin" | ||
}, | }, | ||
"repository": { | "repository": { | ||
... | @@ -42,7 +41,10 @@ | ... | @@ -42,7 +41,10 @@ |
"inquirer": "~0.5.0", | "inquirer": "~0.5.0", | ||
"event-stream": "3.1.5", | "event-stream": "3.1.5", | ||
"tweetnacl": "0.11.2", | "tweetnacl": "0.11.2", | ||
"scrypt": "3.0.1" | "scrypt": "3.0.1", | ||
"bindings": "~1.2.1", | |||
"nan": "^1.3.0", | |||
"naclb": "./naclb/" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"mocha": "", | "mocha": "", | ||
... | ... |
Please register or sign in to comment