Skip to content

Commit f25dbc3

Browse files
committed
chore: Rename the package to argumentorum.
1 parent 679e5b0 commit f25dbc3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# parser
1+
# Argumentorum
22

3-
The argument parser used in the Advanced-Command-Handler.
3+
A simple argument parser.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"author": "Ayfri",
3-
"description": "The argument parser used in the Advanced-Command-Handler.",
3+
"description": "A simple argument parser.",
44
"devDependencies": {
55
"prettier": "^2.3.2",
66
"typescript": "^4.3.5"
@@ -22,7 +22,7 @@
2222
"trailingComma": "es5",
2323
"useTabs": true
2424
},
25-
"name": "argument-parser",
25+
"name": "argumentorum",
2626
"scripts": {
2727
"build": "tsc",
2828
"prepublishOnly": "npm run prettier && npm run build",

0 commit comments

Comments
 (0)