Skip to content

Commit

Permalink
Add JSDoc comments, rename variables, and add GitHub Actions workflow…
Browse files Browse the repository at this point in the history
… for publishing
  • Loading branch information
khashashin committed May 22, 2024
1 parent 506e0ac commit 4385e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ce/transliteration",
"version": "0.1.1",
"version": "0.1.2",
"exports": "./translit.ts"
}
2 changes: 1 addition & 1 deletion translit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @example
* ```js
* import { apply, translitMap } from 'translit-js';
* import { apply, translitMap } from 'translit';
*
* const result = apply('дӏахьаьдира');
* console.log(result); // 'djaẋädira'
Expand Down

0 comments on commit 4385e72

Please sign in to comment.