Skip to content

Commit c401f78

Browse files
author
unknown
committed
4.25.4
1 parent 57ffee3 commit c401f78

File tree

15 files changed

+41
-22558
lines changed

15 files changed

+41
-22558
lines changed

.huskyrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"hooks": {
3-
"pre-commit": "lint-staged"
3+
"pre-commit": ""
44
}
55
}

.lintstagedrc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2-
"*.+(js|jsx|ts)": ["eslint --fix", "git add", "jest --bail --findRelatedTests --coverage"],
2+
"*.+(js|jsx|ts)": [
3+
"eslint --fix",
4+
"git add",
5+
"jest --bail --findRelatedTests"
6+
],
37
"*.+(js|jsx|json|css|md)": ["prettier --write", "git add"]
48
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ All fully responsive. All compatible with different browsers.
5858

5959
# Version:
6060

61-
- MDBReact 4.25.3
61+
- MDBReact 4.25.4
6262
- React 16.12.0
6363

6464
# Quick start

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Material Design for Bootstrap
22

3-
Version: MDB React Pro 4.25.3
3+
Version: MDB React 4.25.4
44

55
Documentation:
66
https://mdbootstrap.com/docs/react/

0 commit comments

Comments
 (0)