Skip to content

Commit

Permalink
Bump for new version 5.4.2
Browse files Browse the repository at this point in the history
* Added items in .npmignore
  • Loading branch information
NickToropov committed Aug 23, 2018
1 parent da7b1fa commit b40b70e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,19 @@ Ankh.NoLoad
#NuGet
packages/
*.nupkg

# VSCode
.vscode/

# IntelliJIDEA
.idea/


# Github
.github/

# Git
.git/

.watchmanconfig

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-code-push",
"version": "1000.0.0-beta",
"version": "5.4.2",
"description": "React Native plugin for the CodePush service",
"main": "CodePush.js",
"typings": "typings/react-native-code-push.d.ts",
Expand Down

0 comments on commit b40b70e

Please sign in to comment.