Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
monishcm committed Apr 8, 2024
1 parent c36f032 commit 20c859b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@monishcm-jsr/hello-jsr",
"version": "0.1.3",
"version": "0.1.4",
"exports": "./mod.ts"
}
11 changes: 4 additions & 7 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
// calculator.ts

+ /**
+ * This module contains functions to add / subtract / multiply and divide 2 numbers.
+ * @module
+ */

/**
* This module contains functions to add / subtract / multiply and divide 2 numbers.
* @module mod.ts
*/

/**
*
Expand Down

0 comments on commit 20c859b

Please sign in to comment.