Skip to content

Commit d2df2cc

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

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ module.exports = function(grunt) {
1717

1818
bump: {
1919
options: {
20-
files: ['bower.json'],
20+
files: ['bower.json', 'github.jquery.json'],
2121
commit: true,
2222
commitMessage: 'Release v%VERSION%',
23-
commitFiles: ['bower.json'],
23+
commitFiles: ['bower.json', 'github.jquery.json', 'dist'],
2424
createTag: true,
2525
tagName: '%VERSION%',
2626
tagMessage: '',

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>

github.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repositories",
88
"git"
99
],
10-
"version": "0.3.3",
10+
"version": "0.3.4",
1111
"author": {
1212
"name": "Zeno Rocha",
1313
"url": "https://github.com/zenorocha"

0 commit comments

Comments
 (0)