callback support
This commit is contained in:
parent
1872153847
commit
57d00504f4
3 changed files with 44 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "random-puppy",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Get a random puppy image url.",
|
||||
"license": "MIT",
|
||||
"repository": "dylang/random-puppy",
|
||||
|
@ -19,7 +19,12 @@
|
|||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"puppy", "doggie", "dog", "imgur", "random", "placeholder"
|
||||
"puppy",
|
||||
"doggie",
|
||||
"dog",
|
||||
"imgur",
|
||||
"random",
|
||||
"placeholder"
|
||||
],
|
||||
"dependencies": {
|
||||
"got": "^6.3.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue