Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Vylpes committed Jan 27, 2023
1 parent 973894f commit 3c0a82b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import randomBunny from "./src";
import randomBunny from "./dist";

async function app() {
const result = await randomBunny('rabbits', 'hot', 100);
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": "random-bunny",
"version": "2.0.3",
"version": "2.0.4",
"description": "Get a random subreddit image url",
"license": "MIT",
"author": "Vylpes",
Expand Down

0 comments on commit 3c0a82b

Please sign in to comment.