1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-11-22 09:46:58 +01:00

Merge pull request #20 from bigchaindb/fix/18

modify entry point
This commit is contained in:
Matthias Kretschmann 2017-06-13 14:01:41 +02:00 committed by GitHub
commit d4dd574aef

View File

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