tamil-romanizer 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ It is fast, rigorously tested (100% ISO compliance), and built for real-world te
|
|
|
12
12
|
|
|
13
13
|
Try the engine instantly in your browser: [**Tamil Romanizer Live Demo**](https://haroldalan.github.io/tamil-romanizer/)
|
|
14
14
|
|
|
15
|
-

|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tamil-romanizer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "A robust, context-aware rule-based Tamil-to-English romanization library",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"ala-lc",
|
|
23
23
|
"practical"
|
|
24
24
|
],
|
|
25
|
+
"repository": "github:haroldalan/tamil-romanizer",
|
|
25
26
|
"author": "Harold Alan",
|
|
26
27
|
"license": "ISC",
|
|
27
28
|
"files": [
|