change: set bin name to community-solid-server

This commit is contained in:
Ruben Taelman 2020-09-01 10:28:47 +02:00 committed by Joachim Van Herwegen
parent b952a5790c
commit 4273c8bc04

View File

@ -12,7 +12,9 @@
},
"main": "index.js",
"license": "MIT",
"bin": "bin/server.js",
"bin": {
"community-solid-server": "bin/server.js"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
"build:ts": "tsc",