Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit e2cf869

Browse files
author
ije
committed
chore: update egg.json
1 parent bdaed49 commit e2cf869

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

egg.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "aleph",
33
"version": "0.2.22",
44
"description": "The React Framework in Deno.",
5+
"homepage": "https://alephjs.org",
56
"repository": "https://github.com/alephjs/aleph.js",
67
"entry": "./mod.ts",
78
"files": [
@@ -14,8 +15,10 @@
1415
"./LICENSE",
1516
"./mod.ts"
1617
],
17-
"checkFormat": false,
18-
"checkTests": true,
18+
"ignore": [],
19+
"check": true,
1920
"checkAll": true,
21+
"checkTests": true,
22+
"checkFormat": false,
2023
"unlisted": false
2124
}

0 commit comments

Comments
 (0)