Skip to content

Commit

Permalink
Add lodash peerdependency
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoojala committed Apr 1, 2016
1 parent 23e3ab7 commit d3166c5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
},
"peerDependencies": {
"d3": ">=3.0.0",
"react": "^0.13.0"
"react": "^0.13.3",
"lodash": "^4.0.0"
},
"devDependencies": {
"autoprefixer": "^6.3.5",
Expand All @@ -46,12 +47,13 @@
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"gulp": "gulpjs/gulp#4.0",
"lucify-component-builder": "^0.3.8",
"lucify-component-builder": "^0.3.9",
"node-sass": "^3.4.2",
"postcss-loader": "^0.8.2",
"postcss-reporter": "^1.3.3",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"webpack": "^1.12.14"
"webpack": "^1.12.14",
"lodash": "^4.0.0"
}
}

0 comments on commit d3166c5

Please sign in to comment.