- npmignore

- release 4.0.13-10
This commit is contained in:
Douglas Nassif Roma Junior
2018-09-15 19:01:49 -03:00
parent 45e14a2715
commit 0c7429d0eb
3 changed files with 5 additions and 58 deletions

View File

@@ -1,3 +1,4 @@
Sample
Sample/
SamplePod/
__tests__
screenshots

View File

@@ -1,58 +1,4 @@
# OSX
#
.DS_Store
# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace
# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml
# node.js
#
node_modules/
npm-debug.log
yarn-error.log
# BUCK
buck-out/
\.buckd/
*.keystore
# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
Sample
Sample/
SamplePod/
__tests__
screenshots

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-keyboard-manager",
"version": "4.0.13-9",
"version": "4.0.13-10",
"description": "Library that allows to prevent issues of keyboard sliding up and cover on React-Native iOS projects. ⚛",
"private": false,
"repository": {