Skip to content

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

+16
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

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

package.json

+1-1
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)