Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Vylpes committed Jan 27, 2023
1 parent 3c0a82b commit 1b85935
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "random-bunny",
"version": "2.0.4",
"version": "2.0.5",
"description": "Get a random subreddit image url",
"license": "MIT",
"author": "Vylpes",
"main": "./dist/index",
"typings": "./dist",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"keywords": [
"rabbit",
"bunny",
Expand Down Expand Up @@ -37,5 +37,8 @@
"eslint": "^7.17.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
}
},
"files": [
"dist"
]
}

0 comments on commit 1b85935

Please sign in to comment.