Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "danbooru", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "danbooru api wrapper", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -20,3 +20,3 @@ # danbooru-node | ||
```javascript | ||
Danbooru.get('posts', {limit: 5, tags: 'cat-ears'}, function(err, data) { | ||
Danbooru.get('posts', {limit: 5, tags: 'cat_ears'}, function(err, data) { | ||
if(err) throw err; | ||
@@ -23,0 +23,0 @@ console.log(data); // All of your cute kittehgirls! |
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