From 4352e43aedec016fbd6fd68c28dee36fd27d1084 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 14 Jun 2017 16:35:21 +0200 Subject: [PATCH] Switch entry point to bundled Node.js Closes #23 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54cf438..b87e027 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "license": "Apache-2.0", "author": "BigchainDB", - "main": "./dist/bundle/bundle.js", + "main": "./dist/node/index.js", "scripts": { "lint": "eslint ./", "build": "npm run clean && npm run build:bundle && npm run build:cjs && npm run build:dist",