Skip to content

Commit

Permalink
es6 classes for React; closes #112
Browse files Browse the repository at this point in the history
  • Loading branch information
radekstepan committed Jun 8, 2016
1 parent b57bc76 commit c3896a3
Show file tree
Hide file tree
Showing 28 changed files with 1,591 additions and 1,118 deletions.
6 changes: 5 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"presets": [ "react", "es2015" ]
"presets": [
"react",
"es2015",
"stage-0"
]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "burnchart",
"version": "3.2.1",
"version": "3.2.2",
"description": "GitHub Burndown Chart as a Service",
"author": "Radek Stepan <[email protected]> (http://radekstepan.com)",
"license": "AGPL-3.0",
Expand All @@ -21,6 +21,7 @@
"babel": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.4.3",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion public/css/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -1060,5 +1060,5 @@ ul li {
color: #C1041C;
}
#app.theme--monza #page #content #projects table tr td.action {
background: #760211;
color: #760211;
}
2 changes: 1 addition & 1 deletion public/css/bundle.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit c3896a3

Please sign in to comment.