Skip to content

Commit

Permalink
3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
testshallpass committed Feb 3, 2018
1 parent 45be560 commit 81204e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "react-native-dropdownalert",
"version": "3.1.2",
"version": "3.1.3",
"description": "A simple alert to notify users about new chat messages, something went wrong or everything is ok.",
"main": "DropdownAlert.js",
"scripts": {
"test": "jest"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": ["/Example"]
"modulePathIgnorePatterns": [
"/Example"
]
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 81204e1

Please sign in to comment.