Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Fix dependencies #42

Merged
merged 3 commits into from
Jan 27, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix dependencies
- Add Radium, Lodash
- Add React to peerDependencies
  • Loading branch information
Per Nilsson committed Jan 22, 2016
commit 20fc2a6f1e5854c90e1b910f30c4ea02dcce928f
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
"builder-victory-component": "~0.1.2",
"d3-ease": "^0.3.0",
"d3-interpolate": "^0.2.0",
"d3-timer": "^0.0.6"
"d3-timer": "^0.0.6",
"lodash": "^3.10.1",
"radium": "^0.16.2"
},
"peerDependencies": {
"react": "0.14.x"
},
"devDependencies": {
"builder-victory-component-dev": "~0.1.2",
Expand Down