Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit b40b70e

Browse files
author
NickToropov
committed
Bump for new version 5.4.2
* Added items in .npmignore
1 parent da7b1fa commit b40b70e

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.npmignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,19 @@ Ankh.NoLoad
8585
#NuGet
8686
packages/
8787
*.nupkg
88+
89+
# VSCode
90+
.vscode/
91+
92+
# IntelliJIDEA
93+
.idea/
94+
95+
96+
# Github
97+
.github/
98+
99+
# Git
100+
.git/
101+
102+
.watchmanconfig
103+

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-code-push",
3-
"version": "1000.0.0-beta",
3+
"version": "5.4.2",
44
"description": "React Native plugin for the CodePush service",
55
"main": "CodePush.js",
66
"typings": "typings/react-native-code-push.d.ts",

0 commit comments

Comments
 (0)