From 3b4cf30d57957ca4d9d2c95afe4ef22ebbff37c7 Mon Sep 17 00:00:00 2001 From: BIOLOGY SCIENCE Date: Sat, 18 Feb 2023 11:57:09 +0530 Subject: [PATCH] - --- main/methods/getRandomWallpaper.js | 2 +- main/methods/getWallpaperInfo.js | 2 +- main/methods/queryCount.js | 2 +- main/methods/search.js | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/main/methods/getRandomWallpaper.js b/main/methods/getRandomWallpaper.js index 619d00b..0203d4f 100644 --- a/main/methods/getRandomWallpaper.js +++ b/main/methods/getRandomWallpaper.js @@ -1,4 +1,4 @@ -const misc = require('../../misc/misc.json'); +const misc = require('../misc/misc.json'); function getRandomWallpaper(options) { diff --git a/main/methods/getWallpaperInfo.js b/main/methods/getWallpaperInfo.js index aee0be9..2b775dd 100644 --- a/main/methods/getWallpaperInfo.js +++ b/main/methods/getWallpaperInfo.js @@ -1,4 +1,4 @@ -const misc = require('../../misc/misc.json'); +const misc = require('../misc/misc.json'); function getWallpaperInfo(id) { diff --git a/main/methods/queryCount.js b/main/methods/queryCount.js index 2ed3c33..7c7824e 100644 --- a/main/methods/queryCount.js +++ b/main/methods/queryCount.js @@ -1,4 +1,4 @@ -const misc = require('../../misc/misc.json'); +const misc = require('../misc/misc.json'); function queryCount() { diff --git a/main/methods/search.js b/main/methods/search.js index aedcaf5..517c46c 100644 --- a/main/methods/search.js +++ b/main/methods/search.js @@ -1,4 +1,4 @@ -const misc = require('../../misc/misc.json'); +const misc = require('../misc/misc.json'); function search(term, options) { diff --git a/package.json b/package.json index 0d48214..d01c96f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alpha-coders", - "version": "2.0.1", + "version": "2.1.0", "description": "A complete package used to interact with the Wallpaper Abyss / The Alpha Coders API to get wallpapers, wallpaper count, collections, and much more !", "main": "main/index.js",