Skip to content

Commit d889854

Browse files
kjetilkrubensworks
authored andcommitted
Add the new acl-check to deps
1 parent f577338 commit d889854

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

lib/acl-checker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const rdf = require('rdflib')
44
const debug = require('./debug').ACL
55
const HTTPError = require('./http-error')
6-
const aclCheck = require('acl-check')
6+
const aclCheck = require('@solid/acl-check')
77
const { URL } = require('url')
88

99
const DEFAULT_ACL_SUFFIX = '.acl'

package-lock.json

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"bugs": "https://github.com/solid/node-solid-server/issues",
4040
"dependencies": {
4141
"@solid/oidc-auth-manager": "^0.17.1",
42+
"@solid/acl-check": "^0.1.0",
4243
"body-parser": "^1.18.3",
4344
"bootstrap": "^3.3.7",
4445
"busboy": "^0.2.12",

0 commit comments

Comments
 (0)