Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "yt-api", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "", | ||
@@ -13,4 +13,5 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"snekfetch": "^3.6.4" | ||
"snekfetch": "^3.6.4", | ||
"moment": "^2.21.0" | ||
} | ||
} |
@@ -6,3 +6,3 @@ const snekfetch = require("snekfetch"); | ||
constructor(ytKey) { | ||
this.key = apiKey; | ||
this.key = ytKey; | ||
} | ||
@@ -9,0 +9,0 @@ |
15436
2
+ Addedmoment@^2.21.0
+ Addedmoment@2.30.1(transitive)