Skip to content

Commit

Permalink
Merge pull request #52 from Butterstroke/development
Browse files Browse the repository at this point in the history
Release 1.12.1
  • Loading branch information
AurelicButter authored May 27, 2022
2 parents d787b30 + 906d712 commit d2c42f5
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 76 deletions.
2 changes: 1 addition & 1 deletion lib/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ declare class User {
*
* @since 1.12.0
*/
async follow(userID): Promise<Boolean>;
follow(userID : number): Promise<Boolean>;
}

declare class Lists {
Expand Down
142 changes: 71 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anilist-node",
"version": "1.12.0",
"version": "1.12.1",
"description": "A lightweight Node.js wrapper for the AniList API",
"main": "./lib/index.js",
"types": "./lib/types/index.d.ts",
Expand Down Expand Up @@ -49,12 +49,12 @@
],
"devDependencies": {
"docdash": "^1.2.0",
"eslint": "^8.13.0",
"eslint": "^8.16.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"jsdoc": "^3.6.10",
"lint-staged": "^12.4.0",
"lint-staged": "^12.4.2",
"prettier": "^2.6.2",
"typescript": "^4.6.3"
"typescript": "^4.7.2"
}
}

0 comments on commit d2c42f5

Please sign in to comment.