Skip to content

Commit

Permalink
Merge pull request #65 from heliomar-pena/dev
Browse files Browse the repository at this point in the history
HotFix: Release 1.1.01
  • Loading branch information
heliomar-pena authored Sep 30, 2024
2 parents 23e3ba9 + 2d41ab2 commit acfc64f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-populator",
"version": "1.1.0",
"version": "1.1.01",
"description": "A small NodeJS tool that generates translations for i18n and put them on their appropriate files",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -32,6 +32,8 @@
"utils/validateAndPromptUserJSONFiles.js",
"utils/validateSettingsFile.js",
"utils/listFiles.js",
"utils/importJSONFile.js",
"utils/promptUser.js",
"controllers/translateController.js",
"controllers/languagesController.js",
"controllers/generateConfigController.js",
Expand Down

0 comments on commit acfc64f

Please sign in to comment.