Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pheuter committed May 29, 2015
1 parent 131f51f commit 584e52b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.2.5

ES6 cleanup with static class properties - @StevenLangbroek

# v0.2.4

Updated various dependencies
Expand Down
4 changes: 2 additions & 2 deletions karma.cross-browser.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports = function(config) {
webpack: {
module: {
loaders: [
{ test: /\.jsx?$/, exclude: /node_modules/, loader: "babel-loader"}
{ test: /\.jsx?$/, exclude: /node_modules/, loader: "babel-loader?stage=0"}
]
},
resolve: {
Expand Down Expand Up @@ -103,4 +103,4 @@ module.exports = function(config) {
'karma-sauce-launcher'
],
});
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "essential-react",
"version": "0.2.4",
"version": "0.2.5",
"description": "A minimal skeleton for building testable React apps using ES6.",
"main": "src/main.jsx",
"scripts": {
Expand Down

0 comments on commit 584e52b

Please sign in to comment.