Skip to content

Commit d104ca2

Browse files
committed
build: bump version
1 parent 4816440 commit d104ca2

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

example/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-autocomplete-dropdown-playground",
3-
"version": "4.0.0-rc.2",
3+
"version": "4.0.0-rc.3",
44
"private": true,
55
"license": "MIT",
66
"author": "Alexandr Kozhevnikov <[email protected]>",

package.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-autocomplete-dropdown",
3-
"version": "4.0.0-rc.2",
3+
"version": "4.0.0-rc.3",
44
"description": "Dropdown Item picker with search and autocomplete (typeahead) functionality for react native",
55
"keywords": [
66
"react-native",
@@ -32,21 +32,7 @@
3232
"types": "lib/typescript/src/index.d.ts",
3333
"files": [
3434
"lib",
35-
"src",
36-
"android",
37-
"ios",
38-
"cpp",
39-
"*.podspec",
40-
"!ios/build",
41-
"!android/build",
42-
"!android/gradle",
43-
"!android/gradlew",
44-
"!android/gradlew.bat",
45-
"!android/local.properties",
46-
"!**/__tests__",
47-
"!**/__fixtures__",
48-
"!**/__mocks__",
49-
"!**/.*"
35+
"src"
5036
],
5137
"workspaces": [
5238
"example"

0 commit comments

Comments
 (0)