Comparing version 1.0.0 to 1.0.1
@@ -36,3 +36,2 @@ var request = require('request'); | ||
VK.api = function(method, args, callback) { | ||
console.log(method); | ||
if (!VK.token) callback('NO TOKEN'); | ||
@@ -39,0 +38,0 @@ request(VK.url.construct(method, args), function(error, response, body) { |
{ | ||
"name": "simplevk", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Wrapper for VK API", | ||
@@ -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
1547
41