From f3902d671f98d275c08593a964da20e3f2b2a755 Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 17 Aug 2025 16:11:02 +0200 Subject: [PATCH] updated license and version --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b653fc1..fcab762 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "hyperf-keybinds", - "version": "1.0.0", + "version": "0.1.0", "description": "", + "main": "dist/index.js", "scripts": { "test": "vitest", @@ -10,7 +11,7 @@ }, "keywords": [], "author": "", - "license": "ISC", + "license": "MIT", "type": "commonjs", "devDependencies": { "@types/node": "^24.3.0",