From 6a32fa4cdc369c0b1a3438800ef3fb848829d2b5 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 12 Jun 2017 16:06:47 +0200 Subject: [PATCH] modify entry point --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66962f9..ea9cba7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "license": "Apache-2.0", "author": "BigchainDB", - "main": "./dist/bundle/bundle.js", + "main": "./src/index.js", "scripts": { "lint": "eslint ./", "build": "npm run clean && npm run build:bundle && npm run build:cjs && npm run build:dist",