gist-map-browser
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -25,2 +25,3 @@ var request = require('browser-request'), | ||
page('/gists?page=' + p, function(err, res) { | ||
if (err) throw err; | ||
res.filter(isMap).forEach(append); | ||
@@ -27,0 +28,0 @@ appendNext(); |
{ | ||
"name": "gist-map-browser", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "browse through your recent mappy gists", | ||
@@ -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
2971
81