Skip to content

Commit

Permalink
updated npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
artald committed Oct 25, 2017
1 parent 7152f84 commit 40dd568
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 deletions.
48 changes: 47 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,50 @@ Supplementals/
index.android.js
index.ios.js
.eslintrc
*.spec.js
*.spec.js

# Xcode
#


## Build generated
build/
DerivedData/
ModuleCache/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
ios/info.plist

## Other
*.moved-aside
*.xcuserstate

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

# Android/IJ
#
*.iml
.idea
.gradle
local.properties

# OSX
#
.DS_Store

# node.js
#
npm-debug.log
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-keyboard-input",
"description": "React Native Custom Input Controller",
"version": "3.0.24",
"version": "3.0.25",
"main": "src/index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit 40dd568

Please sign in to comment.