dev: npm@9 compatibility
Massimo Melina committed
May 21, 2023 at 13:09 UTC
d2909ff45b04b89f018fceb371e81cf323f31173
2 files changed
+6
-5
package.json
+4
-3
@@ -35,9 +35,10 @@
35
"node": ">=16.13.0"
36
},
37
"files": [
38
- "README*",
39
- "LICENSE*",
40
- "@(src|admin|frontend|plugins)/*"
38
+ "src/*",
39
+ "admin/*",
40
+ "frontend/*",
41
+ "plugins/*"
42
],
43
"repository": {
44
"type": "git",
tests/config.yaml
+2
-2
@@ -87,7 +87,7 @@ vfs:
87
- name: cantReadPage
88
source: tests
89
masks:
90
- page|*.ts|*.yaml:
90
+ page|*.ts|*.yaml*:
91
can_read: false
92
can_list: false
93
- name: cantReadRealFolder
@@ -118,4 +118,4 @@ accounts:
118
- admins
119
admins:
120
admin: true
121
-version: 0.45.0-beta12
121
+version: 0.45.0