node-poeditor
Advanced tools
Comparing version
@@ -33,3 +33,3 @@ 'use strict'; | ||
json: true, | ||
body: 'api_token=' + token + '&id=' + '&data=' + JSON.stringify(obj), | ||
body: 'api_token=' + token + '&id=' + id + '&data=' + JSON.stringify(obj), | ||
headers: { 'Content-Type': 'application/x-www-form-urlencoded' } | ||
@@ -36,0 +36,0 @@ }; |
{ | ||
"name": "node-poeditor", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A node module to send translations to the po editor api", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
106592
0