Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pheuter committed May 16, 2015
1 parent 8016f75 commit cb5f0bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 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.4

Updated various dependencies

# v0.2.3

- Use the HTML5 history API for cleaner URLs - @paulyoung
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "essential-react",
"version": "0.2.3",
"version": "0.2.4",
"description": "A minimal skeleton for building testable React apps using ES6.",
"main": "src/main.jsx",
"scripts": {
Expand Down Expand Up @@ -44,11 +44,11 @@
"webpack-dev-server": "^1.7.0"
},
"dependencies": {
"babel-core": "^5.0.8",
"babel-loader": "^5.0.0",
"babel-core": "^5.4.3",
"babel-loader": "^5.1.2",
"express": "^4.12.3",
"react": "^0.13.1",
"react-router": "^0.13.1",
"webpack": "^1.7.3"
"react": "^0.13.3",
"react-router": "^0.13.3",
"webpack": "^1.9.6"
}
}

0 comments on commit cb5f0bd

Please sign in to comment.