Add cheerio to getRSNFormat and getHiscoresPage

This commit is contained in:
maxswa
2019-06-10 13:48:49 -04:00
parent f776e5e936
commit 2fd1c4f9b1
5 changed files with 213 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "osrs-json-hiscores",
"version": "1.1.0",
"version": "1.1.3",
"description": "The Oldschool Runescape API wrapper that does more!",
"main": "hiscores.js",
"scripts": {
@@ -27,7 +27,8 @@
},
"homepage": "https://github.com/maxswa/osrs-json-hiscores#readme",
"dependencies": {
"axios": "^0.19.0"
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.3"
},
"devDependencies": {
"jest": "^24.8.0"