-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.19.0](v1.18.1...v1.19.0) (2022-11-02) ### Bug Fixes * tests and ts-node ([79803e0](79803e0)) ### Features * Add version flag to the CLI ([c001035](c001035)), closes [#125](#125)
- Loading branch information
1 parent
79803e0
commit 44c2687
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Raman Lauryniuk <[email protected]>", | ||
"name": "ngx-translate-lint", | ||
"version": "1.18.1", | ||
"version": "1.19.0", | ||
"description": "Simple tools for check `ngx-translate` keys in app", | ||
"license": "MIT", | ||
"repository": "svoboda-rabstvo/ngx-translate-lint", | ||
|
@@ -100,6 +100,7 @@ | |
"@types/sinon": "^7.0.11", | ||
"@types/string-similarity": "^3.0.0", | ||
"chai": "^4.2.0", | ||
"env-cmd": "^10.1.0", | ||
"husky": "^2.3.0", | ||
"markdownlint-cli": "^0.16.0", | ||
"mocha": "^8.2.1", | ||
|