Skip to content

Commit

Permalink
[update] Move around dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed Mar 16, 2015
1 parent 2cca52b commit 0472758
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ module.exports = function(config) {
postLoaders: [
{
test: /\.jsx*$/,
exclude: /(__tests__|node_modules)\//,
loader: 'istanbul-instrumenter'
exclude: /(__tests__|node_modules)\//,
loader: 'istanbul-instrumenter'
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"react-focus-trap": "0.0.1",
"react-tools": "^0.13.0",
"restify": "^3.0.0",
"react-hot-loader": "^1.2.3",
"sass-loader": "^0.5.0",
"source-map-loader": "^0.1.3",
"style-loader": "^0.8.3",
Expand All @@ -65,7 +66,6 @@
"dependencies": {
"classnames": "^1.1.4",
"debounce": "^1.0.0",
"react-hot-loader": "^1.2.3",
"react-ink": "^4.0.0-rc5"
},
"peerDependencies": {
Expand Down

0 comments on commit 0472758

Please sign in to comment.