Skip to content

Commit 86ed256

Browse files
author
Zeno Rocha
committed
Update Zepto and jQuery - Closes #33
1 parent 5930d8d commit 86ed256

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Create an attribute called `data-repo`:
4545
Include jQuery:
4646

4747
```html
48-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
48+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
4949
```
5050

5151
Include plugin's CSS and JS:

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"license": "MIT",
1515
"dependencies": {
16-
"zepto": "~1.0.0",
17-
"jquery": "~2.0.3"
16+
"jquery": "~2.1.1",
17+
"zepto": "~1.1.4"
1818
}
1919
}

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h1>jQuery Github</h1>
3434

3535
<img id="github-logo" src="img/github-cat.png" alt="Github Cat" />
3636

37-
<script src="../bower_components/jquery/jquery.min.js"></script>
37+
<script src="../bower_components/jquery/dist/jquery.min.js"></script>
3838
<script src="../src/jquery.github.js"></script>
3939

4040
<script>

0 commit comments

Comments
 (0)