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

Merge pull request #26 from bigchaindb/entry-point-v2

Switch entry point to bundled Node.js
This commit is contained in:
Matthias Kretschmann 2017-06-14 18:48:09 +02:00 committed by GitHub
commit 89f65ec656

View File

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