Skip to content

Commit 80b5ff2

Browse files
author
unknown
committed
4.25.2
1 parent 338b6ac commit 80b5ff2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+899
-15756
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
"html": false
7373
}
7474
],
75-
"curly": "warn"
75+
"curly": "warn",
7676
}
7777
}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
npm-debug.log*
2323
yarn-debug.log*
2424
yarn-error.log*
25+
2526
yarn.lock
27+
package-lock.json
2628

2729
*.tgz
2830

.huskyrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"hooks": {}
2+
"hooks": {
3+
"pre-commit": ""
4+
}
35
}

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"jsxSingleQuote": true,
44
"prettier.requirePragma": true,
55
"prettier.trailingComma": "all",
6-
"prettier.disableLanguages": ["html"]
6+
"prettier.disableLanguages": ["html"],
7+
"printWidth": 120
78
}

README.md

Lines changed: 28 additions & 30 deletions
Large diffs are not rendered by default.

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.1
3+
Version: MDB React 4.25.2
44

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

dist/css/mdb.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/font/roboto/Roboto-Bold.eot

-20.5 KB
Binary file not shown.

dist/font/roboto/Roboto-Bold.ttf

-125 KB
Binary file not shown.

dist/font/roboto/Roboto-Bold.woff

-61.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)