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",