Skip to content

Commit 262c23c

Browse files
Bump version to 4.2.3 (#852)
1 parent c7bf0eb commit 262c23c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-push",
3-
"version": "4.2.2",
3+
"version": "4.2.3",
44
"description": "Management SDK for the CodePush service",
55
"main": "script/index.js",
66
"types": "script/index.d.ts",
@@ -11,7 +11,7 @@
1111
"build": "tsc && npm run content",
1212
"prebuild:release": "npm run clean",
1313
"build:release": "tsc -p ./tsconfig-release.json && npm run check:release && npm run content",
14-
"check:release" : "npx ts-node .github/scripts/check-for-declaration.ts",
14+
"check:release": "npx ts-node .github/scripts/check-for-declaration.ts",
1515
"test": "npm run build && mocha --recursive bin/test",
1616
"test:debugger": "mocha --recursive --inspect-brk=0.0.0.0 bin/test",
1717
"content": "shx cp {README.md,package.json,.npmignore} bin"

0 commit comments

Comments
 (0)