Skip to content

Commit 8603337

Browse files
authored
Merge pull request #14 from ninachaubal/patch-1
Match node version to solid-server
2 parents 84f43e7 + 37448e3 commit 8603337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@solid/acl-check",
33
"version": "0.1.1",
44
"engines": {
5-
"node": "^8.0"
5+
"node": ">=8.0"
66
},
77
"description": "Web Access Control check access function",
88
"main": "./lib/acl-check",

0 commit comments

Comments
 (0)