Skip to content

Commit

Permalink
changed jquery from dependency to peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Westneat committed Aug 2, 2017
1 parent 0577bca commit c83dfa4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@
"type": "git",
"url": "https://github.com/kenwheeler/slick.git"
},
"keywords": [
"carousel",
"slick",
"responsive",
"js",
"slider"
],
"keywords": ["carousel", "slick", "responsive", "js", "slider"],
"author": "Ken Wheeler <ken_wheeler@me.com>",
"contributors": [
{
Expand Down Expand Up @@ -44,7 +38,7 @@
"bugs": {
"url": "https://github.com/kenwheeler/slick/issues"
},
"dependencies": {
"peerDependencies": {
"jquery": ">=1.7.2"
}
}

0 comments on commit c83dfa4

Please sign in to comment.