From f56eccefbd23acdfbaf621f229b8901cb81601d8 Mon Sep 17 00:00:00 2001 From: thompsonjd85 Date: Wed, 19 Mar 2025 12:47:12 -0500 Subject: [PATCH] 1.0.5 --- package.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 0558410..5d2c959 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "license-lib", - "version": "1.0.4", + "version": "1.0.5", "description": "Simple, secure licensing library for Node.js, React, and Next.js.", "main": "server/index.js", "dependencies": { @@ -12,10 +12,16 @@ }, "author": "Joseph Thompson ", "license": "MIT", - "keywords": ["license", "nodejs", "react", "nextjs", "pwa", "jwt"], + "keywords": [ + "license", + "nodejs", + "react", + "nextjs", + "pwa", + "jwt" + ], "repository": { - "type": "git", - "url": "https://git.thejthompson.com/thompsonjd85/license-lib.git" + "type": "git", + "url": "https://git.thejthompson.com/thompsonjd85/license-lib.git" } - } - \ No newline at end of file +}