mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
change: set bin name to community-solid-server
This commit is contained in:
parent
b952a5790c
commit
4273c8bc04
@ -12,7 +12,9 @@
|
|||||||
},
|
},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bin": "bin/server.js",
|
"bin": {
|
||||||
|
"community-solid-server": "bin/server.js"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build:ts && npm run build:components",
|
"build": "npm run build:ts && npm run build:components",
|
||||||
"build:ts": "tsc",
|
"build:ts": "tsc",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user