Skip to content

Commit

Permalink
chore: Rename the package to argumentorum.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Aug 23, 2021
1 parent 679e5b0 commit f25dbc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# parser
# Argumentorum

The argument parser used in the Advanced-Command-Handler.
A simple argument parser.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -22,7 +22,7 @@
"trailingComma": "es5",
"useTabs": true
},
"name": "argument-parser",
"name": "argumentorum",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run prettier && npm run build",
Expand Down

0 comments on commit f25dbc3

Please sign in to comment.