We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f84f9 commit f413307Copy full SHA for f413307
1 file changed
packages/core/egg.json
@@ -5,11 +5,17 @@
5
"description": "Hyper core module for parsing hyper config, and composing hyper adapters",
6
"homepage": "https://github.com/hyper63/hyper",
7
"repo": "https://github.com/hyper63/hyper",
8
- "version": "3.4.2",
+ "version": "4.0.0",
9
"unstable": false,
10
"unlisted": false,
11
- "files": ["./*", "./lib/**/*", "./utils/**/*"],
12
- "ignore": ["./.git*"],
+ "files": [
+ "./*",
13
+ "./lib/**/*",
14
+ "./utils/**/*"
15
+ ],
16
+ "ignore": [
17
+ "./.git*"
18
19
"checkFormat": false,
20
"checkTests": false,
21
"checkInstallation": false,
0 commit comments