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

Commit

Permalink
Merge pull request #30 from FormidableLabs/task-commonDeps
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
Per Nilsson committed Jan 27, 2016
2 parents 4a518d5 + f724eb4 commit 9dfea3a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@
"dependencies": {
"builder": "~2.2.1",
"builder-victory-component": "~0.1.2",
"victory-util": "^2.1.0"
"lodash": "^3.10.1",
"radium": "^0.16.2",
"victory-util": "^2.0.2"
},
"peerDependencies": {
"react": "0.14.x"
},
"devDependencies": {
"builder-victory-component-dev": "~0.1.2",
Expand Down

0 comments on commit 9dfea3a

Please sign in to comment.