Skip to content

Commit

Permalink
Changed to class method for much easier access
Browse files Browse the repository at this point in the history
  • Loading branch information
rohank05 committed Feb 2, 2022
1 parent d1f2bfd commit 7a1bc18
Show file tree
Hide file tree
Showing 12 changed files with 722 additions and 603 deletions.
46 changes: 46 additions & 0 deletions .idea/codeStyles/Project.xml

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

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"name": "jikan-api.js",
"version": "1.0.0",
"version": "1.0.1",
"description": "API Wrapper for Jikan v4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"main": "dist/index.js",
"author": "Rohan Kumar",
"license": "MIT",
"exports": {
Expand Down
171 changes: 0 additions & 171 deletions src/Anime/functions.ts

This file was deleted.

Loading

0 comments on commit 7a1bc18

Please sign in to comment.