From cbe32e783d3bb4b390e4dbf896e9a95977e7248e Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Fri, 27 May 2016 11:00:19 +0200 Subject: [PATCH] JS API: plug on package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7730fa61..b1dcda3bb 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "engineStrict": true, "private": false, "description": "Crypto-currency software allowing to build P2P free currencies", - "main": "bin/ucoin", + "main": "index.js", "directories": { "test": "test" }, -- GitLab