Skip to content

Commit c658a51

Browse files
committed
version 0.0.2
1 parent de0857d commit c658a51

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crowdin/ota-client",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "JavaScript library for Crowdin OTA Content Delivery",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",
@@ -20,7 +20,9 @@
2020
"test-coverage": "jest --config jestconfig.json --ci --reporters=jest-junit --reporters=default --coverage --coverageReporters=cobertura --coverageReporters=html"
2121
},
2222
"keywords": [
23-
"Crowdin", "Over-The-Air", "Content Delivery"
23+
"Crowdin",
24+
"Over-The-Air",
25+
"Content Delivery"
2426
],
2527
"license": "MIT",
2628
"devDependencies": {

0 commit comments

Comments
 (0)