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

modify entry point

This commit is contained in:
Matthias Kretschmann 2017-06-12 16:06:47 +02:00
parent 7e8b062698
commit 6a32fa4cdc
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -10,7 +10,7 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"author": "BigchainDB", "author": "BigchainDB",
"main": "./dist/bundle/bundle.js", "main": "./src/index.js",
"scripts": { "scripts": {
"lint": "eslint ./", "lint": "eslint ./",
"build": "npm run clean && npm run build:bundle && npm run build:cjs && npm run build:dist", "build": "npm run clean && npm run build:bundle && npm run build:cjs && npm run build:dist",