Skip to content

Commit 1f49343

Browse files
committed
fix: npmignore
1 parent e547b9b commit 1f49343

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.npmignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
.circleci/
2-
.github/
2+
.github/
3+
example/
4+
node_modules/
5+
package-lock.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-multi-options",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"description": "A simple select component for React Native.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)