Skip to content

Commit

Permalink
10.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanWelch committed Dec 23, 2022
1 parent ec7ccbe commit 95f09bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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,14 +1,14 @@
{
"name": "google-translate-api-x",
"version": "10.4.2",
"version": "10.5.0",
"description": "A free and unlimited API for Google Translate",
"main": "./index.cjs",
"module": "./index.cjs",
"files": [
"lib",
"README.md",
"index.d.ts",
"index.cjs"
"index.cjs"
],
"scripts": {
"prepare": "git config core.hooksPath ./.hooks",
Expand Down Expand Up @@ -52,6 +52,6 @@
},
"homepage": "https://github.com/AidanWelch/google-translate-api#readme",
"engines": {
"node": ">=14.0.0"
"node": ">=14.0.0"
}
}

0 comments on commit 95f09bb

Please sign in to comment.