Skip to content

Commit 81204e1

Browse files
committed
3.1.3
1 parent 45be560 commit 81204e1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "react-native-dropdownalert",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "A simple alert to notify users about new chat messages, something went wrong or everything is ok.",
55
"main": "DropdownAlert.js",
66
"scripts": {
77
"test": "jest"
88
},
99
"jest": {
1010
"preset": "react-native",
11-
"modulePathIgnorePatterns": ["/Example"]
11+
"modulePathIgnorePatterns": [
12+
"/Example"
13+
]
1214
},
1315
"repository": {
1416
"type": "git",

0 commit comments

Comments
 (0)