appc-platform-sdk
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -0,1 +1,5 @@ | ||
# 1.0.19 (01-10-2015) | ||
- removed errrant debug statement | ||
# 1.0.18 (01-10-2015) | ||
@@ -2,0 +6,0 @@ |
@@ -200,3 +200,2 @@ /** | ||
if (err) { return callback(err); } | ||
console.log(body,typeof(body)); | ||
callback(null,body); | ||
@@ -203,0 +202,0 @@ }, |
{ | ||
"name": "appc-platform-sdk", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "Appcelerator Platform SDK for node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48292
1193