4chan-list-webm
Advanced tools
Comparing version 2.2.1 to 3.0.0
{ | ||
"name": "4chan-list-webm", | ||
"version": "2.2.1", | ||
"version": "3.0.0", | ||
"description": "List all webms within a 4chan thread", | ||
@@ -11,2 +11,3 @@ "main": "./index.js", | ||
"webm", | ||
"4webm", | ||
"thegame" | ||
@@ -13,0 +14,0 @@ ], |
@@ -11,4 +11,4 @@ const { expect } = require('chai') | ||
.then(data => expect(data).to.be.an('array').that.is.not.empty) | ||
.catch(console.error) | ||
.catch(err => coonsole.error('ERROR: ', err)) | ||
}) | ||
}) |
113164