mirror of
https://github.com/litruv/unhomoglyph.git
synced 2026-07-27 04:06:17 +10:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af3e0a9b7c | ||
|
|
7ff0277276 | ||
|
|
d6ec78e7c1 |
@@ -1,3 +1,9 @@
|
|||||||
|
1.0.5 / 2020-03-03
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- Include missed TS definition into npm package.
|
||||||
|
|
||||||
|
|
||||||
1.0.4 / 2020-02-05
|
1.0.4 / 2020-02-05
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "unhomoglyph",
|
"name": "unhomoglyph",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"description": "Replace all homoglyphs with base characters.",
|
"description": "Replace all homoglyphs with base characters.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"homoglyph",
|
"homoglyph",
|
||||||
@@ -10,7 +10,8 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
"data.json"
|
"data.json",
|
||||||
|
"index.d.ts"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
|
|||||||
Reference in New Issue
Block a user