@enplug/scripts 1.11.4-dev31 → 1.11.4-dev32

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.
@@ -131,8 +131,8 @@ function generateFormData(crowdinPath, localPath) {
131
131
  console.log('formData', formData);
132
132
  return axios.post(url, formData, { headers: {
133
133
  "Authorization": AuthStr,
134
- "Content-Type": "application/json",
135
- "Crowdin-API-FileName": "en.json"
134
+ "Content-Type": 'application/json',
135
+ "Crowdin-API-FileName": 'en.json'
136
136
  } });
137
137
  }
138
138
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enplug/scripts",
3
- "version": "1.11.4-dev31",
3
+ "version": "1.11.4-dev32",
4
4
  "description": "Enplug scripts",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",