Skip to content

Commit f9c1b0e

Browse files
author
Linh Võ
committed
update npmigore, update package version
1 parent 88b6992 commit f9c1b0e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.npmignore

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Dependency directory
2-
node_modules
3-
4-
# Examples (If applicable to your project)
5-
examples
1+
example/
2+
node_modules/
3+
.idea/
4+
.github/
5+
docs/

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-full-screen-notification-incoming-call",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Android full screen notification incoming call for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -144,4 +144,4 @@
144144
]
145145
]
146146
}
147-
}
147+
}

0 commit comments

Comments
 (0)