diff --git a/packages/port-hooks/egg.json b/packages/port-hooks/egg.json index 4c7ceebd..131562f7 100644 --- a/packages/port-hooks/egg.json +++ b/packages/port-hooks/egg.json @@ -5,11 +5,15 @@ "description": "Hyper service framework port for Hooks adapters", "homepage": "https://github.com/hyper63/hyper", "repo": "https://github.com/hyper63/hyper", - "version": "1.1.0", + "version": "2.0.0", "unstable": false, "unlisted": false, - "files": ["./*"], - "ignore": ["./.git*"], + "files": [ + "./*" + ], + "ignore": [ + "./.git*" + ], "checkFormat": false, "checkTests": false, "checkInstallation": false,