Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Apr 12, 2024
1 parent a3385ed commit 9c3e50f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Class/Document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
export default new (await import("commander")).Command()
.name("Document")
.version(process.env["VERSION_PACKAGE"] ?? "0.0.1")
.description("📃 Document.")
.description("📃 Document")
.argument("<File...>", "File.")
.action((await import("@Function/Document.js")).default)
.parse();
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@playform/document",
"version": "0.0.6",
"private": false,
"description": "📃 Document.",
"description": "📃 Document",
"keywords": [
"documentation",
"javascript",
Expand Down

0 comments on commit 9c3e50f

Please sign in to comment.