From ac14da7c385d81e8d7fc1235faa8f8b251fc6744 Mon Sep 17 00:00:00 2001
From: Benjamin Coe <bencoe@gmail.com>
Date: Fri, 27 Dec 2024 11:21:30 -0500
Subject: [PATCH] build: remove standard-version in favor of release-please

---
 package.json | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 5fea53e..923c6e0 100644
--- a/package.json
+++ b/package.json
@@ -10,8 +10,7 @@
 		"tests-only": "c8 -r none node test/index.js | tap-yaml-summary",
 		"test": "npm run -s tests-only",
 		"posttest": "c8 report --check-coverage",
-		"snap": "cross-env TAP_SNAPSHOT=1 npm test",
-		"release": "standard-version"
+		"snap": "cross-env TAP_SNAPSHOT=1 npm test"
 	},
 	"engines": {
 		"node": ">=16.12.0"
@@ -39,7 +38,6 @@
 		"c8": "^7.11.3",
 		"cross-env": "^7.0.3",
 		"libtap": "^1.4.0",
-		"standard-version": "^9.5.0",
 		"tap-yaml-summary": "^0.1.0"
 	}
 }