Skip to content

Commit e9cec87

Browse files
committed
update workflows
1 parent c88504b commit e9cec87

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,8 @@ android/keystores/debug.keystore
6363
# generated by bob
6464
lib/
6565

66+
# npm
67+
.npmrc
68+
6669
# coverage
6770
coverage

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

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-input-select",
3-
"version": "2.1.8",
3+
"version": "2.1.9",
44
"description": "A customizable dropdown selection package for react-native for android and iOS with multiple select and search capabilities.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)