Skip to content

Commit

Permalink
update package description
Browse files Browse the repository at this point in the history
  • Loading branch information
jer-echo committed Jun 23, 2022
1 parent 888ccc0 commit 996e613
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -18,8 +19,11 @@
"base",
"numerals",
"numeral",
"create",
"custom"
"hex",
"hexadecimal",
"decimal",
"binary",
"octal"
],
"author": "eru123",
"license": "Apache-2.0",
Expand Down

0 comments on commit 996e613

Please sign in to comment.