RubyGems
npm
Organizations
Log in
Sign up
npm
meta-fca
Versions diffs
2.5.0 → 2.5.1
meta-fca 2.5.0 → 2.5.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/utils.js
+1
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "meta-fca",
3
-
"version": "2.5.
0
",
3
+
"version": "2.5.
1
",
4
4
"description": "Comback :))",
5
5
"main": "index.js",
6
6
"scripts": {
package/utils.js
CHANGED
Viewed
@@ -128,7 +128,7 @@ function postFormData(url, jar, form, qs, options, ctx) {
128
128
};
129
129
130
130
return request(op).then(function(res) {
131
-
return res;
131
+
return res
[0]
;
132
132
});
133
133
}
134
134