diff --git a/package-lock.json b/package-lock.json index 9558413d..6f6bd5c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-push", - "version": "4.2.2", + "version": "4.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "code-push", - "version": "4.2.2", + "version": "4.2.3", "license": "MIT", "dependencies": { "appcenter-file-upload-client": "0.1.0", diff --git a/package.json b/package.json index 8752a1e2..755780f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-push", - "version": "4.2.2", + "version": "4.2.3", "description": "Management SDK for the CodePush service", "main": "script/index.js", "types": "script/index.d.ts", @@ -11,7 +11,7 @@ "build": "tsc && npm run content", "prebuild:release": "npm run clean", "build:release": "tsc -p ./tsconfig-release.json && npm run check:release && npm run content", - "check:release" : "npx ts-node .github/scripts/check-for-declaration.ts", + "check:release": "npx ts-node .github/scripts/check-for-declaration.ts", "test": "npm run build && mocha --recursive bin/test", "test:debugger": "mocha --recursive --inspect-brk=0.0.0.0 bin/test", "content": "shx cp {README.md,package.json,.npmignore} bin"