Comparing version 1.0.3 to 1.0.4
@@ -60,3 +60,3 @@ "use strict"; | ||
API_URL = 'http://' + prefix.toLowerCase() + '.wikipedia.org/w/api.php?'; | ||
REST_API_URL = 'http://' + prefix.toLowerCase() + '.wikipedia.org/api/rest_v1/page/'; | ||
REST_API_URL = 'http://' + prefix.toLowerCase() + '.wikipedia.org/api/rest_v1/'; | ||
return API_URL; | ||
@@ -63,0 +63,0 @@ } |
{ | ||
"name": "wikipedia", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A JavaScript wrapper for the wikipedia apis", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
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
93223