Skip to content

Commit

Permalink
Merge pull request #421 from ConsenSys/ge-defaults-cleanup
Browse files Browse the repository at this point in the history
clean up minor component defaults and props
  • Loading branch information
gesquinca authored Nov 19, 2019
2 parents e377947 + b435d86 commit 365a770
Show file tree
Hide file tree
Showing 54 changed files with 18,139 additions and 13,535 deletions.
5 changes: 3 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
["@babel/preset-react", {"modules": false}],
["@babel/preset-env", {"modules": false}]
],
"plugins": [
["babel-plugin-styled-components", { "pure": true }],
["@babel/plugin-proposal-class-properties", { "loose": true }]
]
}
3 changes: 1 addition & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"react": "link:../node_modules/react",
"react-dom": "link:../node_modules/react-dom",
"react-scripts": "3.1.2",
"rimble-ui": "link:..",
"styled-components": "^4.3.2"
"rimble-ui": "link:.."
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit 365a770

Please sign in to comment.