We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58731c8 commit 1163443Copy full SHA for 1163443
package.json
@@ -10,11 +10,11 @@
10
"test": "jest --coverage",
11
"test:watch": "jest --coverage --watchAll",
12
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
13
- "docs": "jsdoc2md lib/translate-json-object.js > docs/api.md"
+ "docs": "jsdoc2md lib/translate-json-object.js > docs/api.md"
14
},
15
"dependencies": {
16
"google-translate": "1.0.7",
17
- "lodash": "4.17.3",
+ "lodash": "4.17.5",
18
"promise": "7.1.1",
19
"yandex-translate": "2.1.2"
20
@@ -57,7 +57,7 @@
57
"object",
58
"JSON",
59
"google",
60
- "yandex",
+ "yandex",
61
"translate"
62
],
63
"author": "Khaled Mohamed",
0 commit comments