Skip to content

Commit 3c3b2db

Browse files
committed
Seems we must direct to the index-file directly
And cleaning up a bit
1 parent 54fe4aa commit 3c3b2db

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/acl/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ import {
1515
putACLbyCombo,
1616
putACLObject,
1717
readACL,
18-
sameACL, setACL
18+
sameACL,
19+
setACL
1920
} from './acl'
2021
import {
2122
ACLControlBox5,

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ https://github.com/solid/solid
4040
import * as rdf from 'rdflib' // pull in first avoid cross-refs
4141
// @ts-ignore
4242
import ns from './ns'
43-
import { acl, aclControl } from './acl'
43+
import { acl, aclControl } from './acl/index'
4444
// @ts-ignore
4545
import authn from './signin'
4646
// @ts-ignore

0 commit comments

Comments
 (0)