Skip to content
Snippets Groups Projects
Commit 320d9600 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix: issue using naclb local dependency

parent dbb0d354
Branches
Tags
No related merge requests found
{ {
"name": "nacl_bin", "name": "naclb",
"version": "0.0.1", "version": "0.0.1",
"description": "Node.js Addon for NaCl Binding", "description": "Node.js Addon for NaCl Binding",
"main": "index.js", "main": "index.js",
......
...@@ -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": "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment