From 6667b32d52ccea6c59afed9e800a3ccf7caf87da Mon Sep 17 00:00:00 2001 From: Mark Lenser Date: Wed, 13 Dec 2023 12:03:06 +0000 Subject: [PATCH] chore: sort --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7b2aae4..19c8e9e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@astariaxyz/v1-core", - "private": true, "version": "1.0.0", + "private": true, "homepage": "https://astaria.xyz", "repository": "https://github.com/AstariaXYZ/v1-core.git", "license": "BUSL-1.1", @@ -11,9 +11,6 @@ "engines": { "node": ">=18.12.2" }, - "devDependencies": { - "husky": "^8.0.0" - }, "scripts": { "build:bench": "npx hardhat compile && npx hardhat typechain", "bench": "npx hardhat test", @@ -25,5 +22,8 @@ "fmt": "forge fmt", "prepare": "husky install", "snapshot": "forge snapshot --diff --no-match-path *fuzz*" + }, + "devDependencies": { + "husky": "^8.0.0" } }