Skip to content

Commit

Permalink
Merge pull request #45 from kyrea/staging
Browse files Browse the repository at this point in the history
Update API URL
  • Loading branch information
kyrea authored Apr 16, 2023
2 parents dd17710 + 10c450a commit 947ff6b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<h3 align="center"><strong>Generate random anime facts with a huge database.</strong></h3>
<center><strong>Powered by <a href="https://animu.ml/" target="_blank">Animu</a></strong></center>
<center><strong>Powered by <a href="https://waifu.it/" target="_blank">Waifu.it</a></strong></center>
<br>

Need support? _[Click here](https://discord.gg/yyW389c)_

### First make sure you have a [Animu](https://animu.ml/) API Token. Join _[this](https://discord.gg/yyW389c)_ discord server to get one.
### First make sure you have a [Waifu.it](https://waifu.it/) API Token. Join _[this](https://discord.gg/yyW389c)_ discord server to get one.

## Installation:

Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "anime-facts",
"version": "5.3.14",
"version": "6.3.14",
"description": "Generate random anime facts.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node __tests__/getFact.js"
},
"api": "https://animu.ml/api",
"api": "https://waifu.it/api",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/kyrea/anime-facts.git"
Expand All @@ -27,6 +27,6 @@
"homepage": "https://github.com/kyrea/anime-facts#readme",
"dependencies": {
"eventemitter3": "^4.0.7",
"phin": "^3.5.1"
"phin": "^3.7.0"
}
}

0 comments on commit 947ff6b

Please sign in to comment.