Skip to content

Commit

Permalink
feature/sharing-changes: moved recompose to devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjetil Svalestuen committed Dec 14, 2017
1 parent 4d5970c commit 42d556e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"react-stub-context": "^0.7.0",
"react-tap-event-plugin": "^2.0.1",
"react-test-renderer": "^15.6.0",
"recompose": "^0.26.0",
"rxjs": "^5.4.3",
"sass-loader": "^6.0.2",
"style-loader": "^0.18.2",
Expand All @@ -69,8 +70,5 @@
"pre-commit": [
"validate",
"test"
],
"dependencies": {
"recompose": "^0.26.0"
}
]
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6831,4 +6831,4 @@ yargs@~3.10.0:
camelcase "^1.0.2"
cliui "^2.1.0"
decamelize "^1.0.0"
window-size "0.1.0"
window-size "0.1.0"

0 comments on commit 42d556e

Please sign in to comment.