From 5d03b883ba34e068005472976b12d84936cfe954 Mon Sep 17 00:00:00 2001 From: diminator Date: Fri, 5 May 2017 14:58:12 +0200 Subject: [PATCH] package dist --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 544fb66..8ae7d0f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "¯\\_(ツ)_/¯", "author": "BigchainDB", - "main": "./src/index.js", + "main": "./dist/bundle/bundle.js", "scripts": { "lint": "eslint ./", "build": "npm run clean && npm run build:bundle && npm run build:cjs && npm run build:dist",