Skip to content

Commit

Permalink
- npmignore
Browse files Browse the repository at this point in the history
- release 4.0.13-10
  • Loading branch information
douglasjunior committed Sep 15, 2018
1 parent 45e14a2 commit 0c7429d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 58 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Sample
Sample/
SamplePod/
__tests__
screenshots
58 changes: 2 additions & 56 deletions .yarnignore
Original file line number Diff line number Diff line change
@@ -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
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-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": {
Expand Down

0 comments on commit 0c7429d

Please sign in to comment.