Skip to content

Commit

Permalink
updated package vars
Browse files Browse the repository at this point in the history
  • Loading branch information
janpaepke committed Feb 26, 2014
1 parent c468c90 commit be42ca5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ScrollMagic.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"dependencies": {
"jquery": ">=1.5",
"jquery": ">=1.6",
"greensock":">=1.8"
},
"description": "The jQuery plugin for magical scroll interactions.",
Expand Down
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"name": "Jan Paepke",
"url": "http://www.janpaepke.de"
},
"main": ["js/jquery.scrollmagic.js"],
"main": [
"js/jquery.scrollmagic.js"
"js/jquery.scrollmagic.min.js"
],
"dependencies": {
"jquery": "~1.9.1",
"tweenMax": "[email protected]:greensock/GreenSock-JS.git#latest"
Expand Down

0 comments on commit be42ca5

Please sign in to comment.