From 996e6130c1132af2450b474adb578c8e956b50a2 Mon Sep 17 00:00:00 2001 From: jer-echo Date: Thu, 23 Jun 2022 09:43:02 +0800 Subject: [PATCH] update package description --- package.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 36602ce..43ff64d 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "numesis", - "version": "1.0.1", + "version": "1.0.2", "description": "Custom Number System", "main": "mod.js", "scripts": { - "test": "node test.js" + "test": "node test.js", + "deno-test": "deno run test.ts" }, "keywords": [ "number", @@ -18,8 +19,11 @@ "base", "numerals", "numeral", - "create", - "custom" + "hex", + "hexadecimal", + "decimal", + "binary", + "octal" ], "author": "eru123", "license": "Apache-2.0",