Bump for new version 5.4.2

* Added items in .npmignore
This commit is contained in:
NickToropov
2018-08-23 19:03:46 +03:00
parent da7b1faa21
commit b40b70e922
3 changed files with 18 additions and 2 deletions

View File

@@ -85,3 +85,19 @@ Ankh.NoLoad
#NuGet
packages/
*.nupkg
# VSCode
.vscode/
# IntelliJIDEA
.idea/
# Github
.github/
# Git
.git/
.watchmanconfig

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "react-native-code-push",
"version": "1000.0.0-beta",
"version": "5.4.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -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",