From 4273c8bc04e98fb2554dd9fb9fcfdc3ca809231d Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Tue, 1 Sep 2020 10:28:47 +0200 Subject: [PATCH] change: set bin name to community-solid-server --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 02cfa2592..4684769ff 100644 --- a/package.json +++ b/package.json @@ -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",