Skip to content

Commit a33e020

Browse files
committed
Start updating to Material-UI 4.
1 parent 89aa5d7 commit a33e020

File tree

5 files changed

+8260
-8901
lines changed

5 files changed

+8260
-8901
lines changed

.babelrc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"presets": ["es2015", "stage-0", "react"]
3-
}
2+
"presets": ["@babel/preset-react", "@babel/preset-env"],
3+
"plugins": ["@babel/plugin-proposal-class-properties"]
4+
}

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Team Wertarbyte
3+
Copyright (c) 2017-2020 Team Wertarbyte
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)