Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dopecodez committed Jun 5, 2023
1 parent edae1b9 commit f5b4fd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wikipedia",
"version": "2.0.0",
"version": "2.1.0",
"description": "A JavaScript wrapper for the wikipedia apis",
"main": "dist",
"engines": {
Expand Down Expand Up @@ -38,8 +38,8 @@
],
"types": "dist/",
"dependencies": {
"infobox-parser": "^3.6.2",
"axios": "^1.4.0"
"axios": "^1.4.0",
"infobox-parser": "^3.6.2"
},
"keywords": [
"wiki",
Expand Down

0 comments on commit f5b4fd5

Please sign in to comment.