diff --git a/app.ts b/app.ts index 3d66d96..1ad56df 100644 --- a/app.ts +++ b/app.ts @@ -1,4 +1,4 @@ -import randomBunny from "./src"; +import randomBunny from "./dist"; async function app() { const result = await randomBunny('rabbits', 'hot', 100); diff --git a/package.json b/package.json index 335b6de..94c3054 100644 --- a/package.json +++ b/package.json @@ -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",