Skip to content

Commit

Permalink
Try to fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jul 14, 2014
1 parent d6944d0 commit be331e0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"name": "react-hot-loader",
"version": "0.1.8",
"version": "0.1.9",
"description": "Webpack loader that enables live-editing React components without unmounting or losing their state",
"main": "index.js",
"directories": {
"example": "example"
},
"devDependencies": {
"jsx-loader": "^0.10.2",
"loader-utils": "^0.2.3",
"react": "^0.10.0",
"webpack": "^1.3.1"
"dependencies": {
"loader-utils": "^0.2.3"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit be331e0

Please sign in to comment.