@hipay/hipay-material-ui 2.3.0-rcstyleguide → 2.3.0-rcstyleguide-beta2
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -6
- package/package.json +3 -9
package/index.js
CHANGED
@@ -1,9 +1,4 @@
|
|
1
|
-
/** @license Material-UI v2.3.0-rcstyleguide
|
2
|
-
*
|
3
|
-
* This source code is licensed under the MIT license found in the
|
4
|
-
* LICENSE file in the root directory of this source tree.
|
5
|
-
*/
|
6
|
-
/** @license Material-UI v0.1.0
|
1
|
+
/** @license Material-UI v2.3.0-rcstyleguide-beta2
|
7
2
|
*
|
8
3
|
* This source code is licensed under the MIT license found in the
|
9
4
|
* LICENSE file in the root directory of this source tree.
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hipay/hipay-material-ui",
|
3
3
|
"private": false,
|
4
|
-
"version": "2.3.0-rcstyleguide",
|
4
|
+
"version": "2.3.0-rcstyleguide-beta2",
|
5
5
|
"description": "React components that implement Google's Material Design.",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
@@ -12,14 +12,11 @@
|
|
12
12
|
"url": "https://gitlab.hipay.org/backend/hipay-material-ui/issues"
|
13
13
|
},
|
14
14
|
"homepage": "http://materialui.hipay.dev.local/",
|
15
|
-
"peerDependencies": {
|
16
|
-
"react": "16.9.0",
|
17
|
-
"react-dom": "16.9.0"
|
18
|
-
},
|
19
15
|
"dependencies": {
|
16
|
+
"react": "16.9.0",
|
17
|
+
"react-dom": "16.9.0",
|
20
18
|
"@material-ui/core": "4.5.1",
|
21
19
|
"@material-ui/icons": "4.5.1",
|
22
|
-
"@material-ui/styles": "4.5.0",
|
23
20
|
"classnames": "2.2.6",
|
24
21
|
"cross-env": "^6.0.3",
|
25
22
|
"keycode": "2.2.0",
|
@@ -40,9 +37,6 @@
|
|
40
37
|
"recompose": "0.30.0",
|
41
38
|
"validator": "10.7.1"
|
42
39
|
},
|
43
|
-
"eslintConfig": {
|
44
|
-
"extends": "react-app"
|
45
|
-
},
|
46
40
|
"browserslist": {
|
47
41
|
"production": [
|
48
42
|
">0.2%",
|