From 4c58155e5ab792d1aa063c27de9756226269ee77 Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Thu, 14 Sep 2023 14:36:58 +0300 Subject: [PATCH] style: lint-staged reorder in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cf43a04..5f99d26 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,9 @@ "@cypress/code-coverage": "^3.10.0", "@plone/scripts": "*", "babel-plugin-transform-class-properties": "^6.24.1", - "md5": "^2.3.0", "husky": "*", - "lint-staged": "*" + "lint-staged": "*", + "md5": "^2.3.0" }, "repository": { "type": "git",