1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00

feat: set bin dir

This commit is contained in:
Fredrik Oseberg 2021-02-11 11:56:12 +01:00 committed by Christopher Kolstad
parent dd200d3a2d
commit b9dcd94d11
No known key found for this signature in database
GPG Key ID: 559ACB0E3DB5538A

View File

@ -25,7 +25,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./dist/lib/server-impl.js", "main": "./dist/lib/server-impl.js",
"bin": { "bin": {
"unleash": "bin/unleash.js" "unleash": "./dist/bin/unleash.js"
}, },
"scripts": { "scripts": {
"start": "node server.js", "start": "node server.js",