Skip to content

Commit

Permalink
release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skb1129 committed May 26, 2020
1 parent 1d7783c commit 4bc27a8
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
45 changes: 44 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,44 @@
example
# OSX
#
.DS_Store

# node.js
#
node_modules/
npm-debug.log
yarn-error.log

# 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

# BUCK
buck-out/
\.buckd/
*.keystore

example
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-change-icon",
"title": "React Native Change Icon",
"version": "2.0.2",
"version": "2.0.3",
"description": "React Native Change Application Icon Programmatically.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4bc27a8

Please sign in to comment.