Skip to content

Commit 72efc22

Browse files
authored
Merge pull request #5 from cwhatley/greenkeeper/initial
Greenkeeper/initial
2 parents f4a7eea + b267e43 commit 72efc22

File tree

4 files changed

+4445
-4165
lines changed

4 files changed

+4445
-4165
lines changed

.babelrc

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,32 @@
11
{
2-
"presets": ["react", "env"],
2+
"presets": [
3+
"@babel/preset-react",
4+
"@babel/preset-env"
5+
],
36
"plugins": [
4-
"transform-object-rest-spread",
5-
"transform-class-properties",
6-
"transform-runtime"
7+
"@babel/plugin-proposal-object-rest-spread",
8+
"@babel/plugin-proposal-class-properties",
9+
"@babel/plugin-transform-runtime"
710
],
811
"env": {
912
"development": {
1013
"plugins": [
11-
["react-transform", {
12-
"transforms": [{
13-
"transform": "react-transform-hmr",
14-
"imports": ["react"],
15-
"locals": ["module"]
16-
}]
17-
}]
14+
[
15+
"react-transform",
16+
{
17+
"transforms": [
18+
{
19+
"transform": "react-transform-hmr",
20+
"imports": [
21+
"react"
22+
],
23+
"locals": [
24+
"module"
25+
]
26+
}
27+
]
28+
}
29+
]
1830
]
1931
}
2032
}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
material-ui-react-jsonschema-form
44
==================================
55

6+
[![Greenkeeper badge](https://badges.greenkeeper.io/cwhatley/material-ui-react-jsonschema-form.svg)](https://greenkeeper.io/)
7+
68
## Table of Contents
79

810
- [Installation](#installation)

0 commit comments

Comments
 (0)