package dist

This commit is contained in:
diminator 2017-05-05 14:58:12 +02:00
parent e0756b1359
commit 5d03b883ba
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
},
"license": "¯\\_(ツ)_/¯",
"author": "BigchainDB",
"main": "./src/index.js",
"main": "./dist/bundle/bundle.js",
"scripts": {
"lint": "eslint ./",
"build": "npm run clean && npm run build:bundle && npm run build:cjs && npm run build:dist",