@enplug/scripts 1.11.4-dev32 → 1.11.4-dev33

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.
@@ -113,7 +113,7 @@ function generateFormData(crowdinPath, localPath) {
113
113
  // const reader = new FileReader();
114
114
  const formData = new FormData();
115
115
  console.log('localPath', localPath);
116
- const file = fs.readFileSync('./'+localPath);
116
+ const file = fs.readFileSync(localPath);
117
117
  console.log('file', file);
118
118
 
119
119
  // formData.append('update_option', 'update_without_changes'); // Previous translations should remain valid
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enplug/scripts",
3
- "version": "1.11.4-dev32",
3
+ "version": "1.11.4-dev33",
4
4
  "description": "Enplug scripts",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",