Skip to content

Commit

Permalink
typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
biologyscience committed Aug 2, 2022
1 parent b1a2869 commit 352b836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Alpha

search = require('./methods/search');
getWallpaperInfo = require('./methods/getWallpaperInfo');
getRandom = require('./methods/getRandomWallpaper');
getRandomWallpaper = require('./methods/getRandomWallpaper');
queryCount = require('./methods/queryCount');
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alpha-coders",
"version": "1.0.0",
"version": "1.1.0",
"description": "A complete package used to interact with the Wallpaper Abyss API to get wallpapers, wallpaper count, collections, and much more !",

"main": "main/index.js",
Expand Down

0 comments on commit 352b836

Please sign in to comment.