From 4fe3f7f97f850741fa9ed43dbf2d7419c35da835 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Fri, 5 Jul 2024 01:28:12 +0200 Subject: [PATCH] 1.0.1 --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0919348..ed177bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@joepie91/objid", - "version": "1.0.0", + "version": "1.0.1", "description": "Small debugging utility that assigns unique IDs to objects without polluting them", "main": "index.js", "files": [ @@ -14,7 +14,12 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "keywords": ["debugging", "object", "identifier", "unique"], + "keywords": [ + "debugging", + "object", + "identifier", + "unique" + ], "author": "Sven Slootweg ", "license": "WTFPL OR CC0-1.0" }