3 Commits
1.0.4 ... 1.0.5

Author SHA1 Message Date
Vitaly Puzrin
af3e0a9b7c 1.0.5 released 2020-03-03 05:02:17 +03:00
Vitaly Puzrin
7ff0277276 Merge pull request #6 from turt2live/patch-1
Ship the TypeScript declarations too
2020-03-03 04:59:09 +03:00
Travis Ralston
d6ec78e7c1 Ship the TypeScript declarations too
TypeScript declarations were added, but unfortunately they didn't get put into the release because they weren't listed as a file.
2020-03-02 18:19:17 -07:00
2 changed files with 9 additions and 2 deletions

View File

@@ -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
------------------ ------------------

View File

@@ -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 .",