Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #12 from FormidableLabs/provide-babelrc
Browse files Browse the repository at this point in the history
Provide own .babelrc, add Radium
  • Loading branch information
exogen committed Nov 5, 2015
2 parents c0f92a9 + e217cd6 commit d7f8ff9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"stage": 0,
"nonStandard": true
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
},
"dependencies": {
"builder": "^2.0.1",
"builder-react-component": "0.0.3"
"builder-react-component": "0.0.4",
"radium": "^0.14.3"
},
"devDependencies": {
"chai": "^3.2.0",
Expand Down
2 changes: 2 additions & 0 deletions src/components/victory-component-boilerplate.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import React from "react";
import Radium from "radium";

@Radium
export default class VictoryComponentBoilerplate extends React.Component {
render() {
return <div>Edit me!</div>;
Expand Down

0 comments on commit d7f8ff9

Please sign in to comment.