From eb6818f355c1bcc03bab49fff1d47cd0b673df75 Mon Sep 17 00:00:00 2001 From: tim Date: Fri, 23 Jun 2017 09:51:38 +0200 Subject: [PATCH] Fix browser bundling for webpack --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f88e55d..586dfd6 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "author": "BigchainDB", "main": "./dist/node/index.js", - "browser": "./dist/browser/bundle.min.js", + "browser": "./dist/browser/bigchaindb-driver.cjs2.min.js", "scripts": { "lint": "eslint ./", "build": "npm run clean && npm run build:cjs && npm run build:dist",