mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
Merge branch 'main' into versions/4.0.0
This commit is contained in:
@@ -33,11 +33,11 @@
|
||||
"bin": {
|
||||
"community-solid-server": "bin/server.js"
|
||||
},
|
||||
"repository": "git@github.com:solid/community-server.git",
|
||||
"repository": "git@github.com:CommunitySolidServer/CommunitySolidServer.git",
|
||||
"bugs": {
|
||||
"url": "https://github.com/solid/community-server/issues"
|
||||
"url": "https://github.com/CommunitySolidServer/CommunitySolidServer/issues"
|
||||
},
|
||||
"homepage": "https://github.com/solid/community-server#readme",
|
||||
"homepage": "https://github.com/CommunitySolidServer/CommunitySolidServer#readme",
|
||||
"scripts": {
|
||||
"build": "npm run build:ts && npm run build:components",
|
||||
"build:components": "componentsjs-generator -s src -c dist/components -r scs -i .componentsignore --typeScopedContexts",
|
||||
@@ -77,7 +77,6 @@
|
||||
"dependencies": {
|
||||
"@comunica/actor-init-sparql": "^1.22.3",
|
||||
"@solid/access-token-verifier": "^1.1.3",
|
||||
"@types/arrayify-stream": "^1.0.0",
|
||||
"@types/async-lock": "^1.1.3",
|
||||
"@types/bcrypt": "^5.0.0",
|
||||
"@types/cors": "^2.8.12",
|
||||
@@ -99,7 +98,7 @@
|
||||
"@types/uuid": "^8.3.4",
|
||||
"@types/ws": "^8.2.2",
|
||||
"@types/yargs": "^17.0.8",
|
||||
"arrayify-stream": "^1.0.0",
|
||||
"arrayify-stream": "^2.0.0",
|
||||
"async-lock": "^1.3.0",
|
||||
"bcrypt": "^5.0.1",
|
||||
"componentsjs": "^4.5.0",
|
||||
|
||||
Reference in New Issue
Block a user