From 806d9a57c41251c781a56cc30557ac31b6445bc2 Mon Sep 17 00:00:00 2001 From: Dmitry Dutikov Date: Tue, 18 Jan 2022 22:19:33 +0500 Subject: [PATCH] package name changed to lowercase --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9566c76..896fa12 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "JSON22", - "version": "0.0.1", - "description": "JSON superset with an ability to serialize/deserialize classes", + "name": "json22", + "version": "0.0.2", + "description": "JSON superset with an ability to deal with classes and extended support for number values", "main": "index.js", "type": "module", "scripts": {