Skip to content

Commit f413307

Browse files
committed
chore(core): release 4.0.0
1 parent 81f84f9 commit f413307

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

packages/core/egg.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@
55
"description": "Hyper core module for parsing hyper config, and composing hyper adapters",
66
"homepage": "https://github.com/hyper63/hyper",
77
"repo": "https://github.com/hyper63/hyper",
8-
"version": "3.4.2",
8+
"version": "4.0.0",
99
"unstable": false,
1010
"unlisted": false,
11-
"files": ["./*", "./lib/**/*", "./utils/**/*"],
12-
"ignore": ["./.git*"],
11+
"files": [
12+
"./*",
13+
"./lib/**/*",
14+
"./utils/**/*"
15+
],
16+
"ignore": [
17+
"./.git*"
18+
],
1319
"checkFormat": false,
1420
"checkTests": false,
1521
"checkInstallation": false,

0 commit comments

Comments
 (0)