fix: correct bin endpoint

This commit is contained in:
Adam Uhlíř 2022-05-05 14:23:55 +02:00
parent d2c8e41d46
commit 952083001d
No known key found for this signature in database
GPG Key ID: 1D17A9E81F76155B

View File

@ -22,9 +22,9 @@
"url": "https://github.com/ethersphere/bee-factory.git"
},
"bin": {
"bee-factory": "./dist/index.js"
"bee-factory": "./dist/src/index.js"
},
"main": "dist/index.js",
"main": "dist/src/index.js",
"files": [
"dist"
],