From f25dbc3d34ff99c647442f28099968eb17806bd8 Mon Sep 17 00:00:00 2001 From: Ayfri Date: Mon, 23 Aug 2021 08:03:19 +0200 Subject: [PATCH] chore: Rename the package to argumentorum. --- README.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 301a196..15dd679 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# parser +# Argumentorum -The argument parser used in the Advanced-Command-Handler. +A simple argument parser. diff --git a/package.json b/package.json index cd5ca42..af4f7a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "author": "Ayfri", - "description": "The argument parser used in the Advanced-Command-Handler.", + "description": "A simple argument parser.", "devDependencies": { "prettier": "^2.3.2", "typescript": "^4.3.5" @@ -22,7 +22,7 @@ "trailingComma": "es5", "useTabs": true }, - "name": "argument-parser", + "name": "argumentorum", "scripts": { "build": "tsc", "prepublishOnly": "npm run prettier && npm run build",