Skip to content

Commit

Permalink
Fix build errors described in petehunt#64
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Calthrop authored and Matt Calthrop committed Mar 15, 2016
1 parent 6ecd0ca commit ff5d7e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^5.8.23",
"babel-loader": "^5.3.2",
"babel-core": "^6.2.0",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"bundle-loader": "^0.5.0",
"css-loader": "^0.9.0",
"file-loader": "^0.7.2",
"less": "^1.7.5",
"less-loader": "^0.7.7",
"style-loader": "^0.8.0",
"url-loader": "^0.5.5",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.6.5"
},
"dependencies": {
Expand Down

0 comments on commit ff5d7e1

Please sign in to comment.