diff --git a/package.json b/package.json index e4bc2e3..4ca6de1 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,13 @@ { "name": "@fastify/workflows", - "version": "2.1.0", + "version": "2.2.0", "description": "Reusable workflows for use in the Fastify organization", - "scripts": { - }, + "scripts": {}, "keywords": [ "workflows", "github action" ], "license": "MIT", - "dependencies": { - }, - "devDependencies": { - } + "dependencies": {}, + "devDependencies": {} }