Skip to content

Commit 22346b8

Browse files
committed
Tagging 0.1.0
1 parent 1c1a551 commit 22346b8

File tree

5 files changed

+37
-34
lines changed

5 files changed

+37
-34
lines changed

dist/jquery.requestAnimationFrame.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! jQuery requestAnimationFrame - v0.0.0 - 2012-08-31
1+
/*! jQuery requestAnimationFrame - v0.1.0 - 2013-01-16
22
* https://github.com/gnarf37/jquery-requestAnimationFrame
3-
* Copyright (c) 2012 Corey Frang; Licensed MIT */
3+
* Copyright (c) 2013 Corey Frang; Licensed MIT */
44

55
(function( $ ) {
66

dist/jquery.requestAnimationFrame.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = function(grunt) {
33

44
// Project configuration.
55
grunt.initConfig({
6-
pkg: '<json:requestAnimationFrame.jquery.json>',
6+
pkg: '<json:package.json>',
77
meta: {
88
banner: '/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - ' +
99
'<%= grunt.template.today("yyyy-mm-dd") %>\n' +

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "jquery-requestAnimationFrame",
2+
"name": "jquery.requestAnimationFrame",
33
"title": "jQuery requestAnimationFrame",
44
"description": "Replaces the standard jQuery timer loop with requestAnimationFrame where supported. Requires jQuery 1.8",
55
"version": "0.1.0",

requestAnimationFrame.jquery.json

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
11
{
2-
"name": "jquery.requestAnimationFrame",
3-
"title": "jQuery requestAnimationFrame",
4-
"description": "Replaces the standard jQuery timer loop with requestAnimationFrame where supported.",
5-
"version": "0.0.0",
6-
"homepage": "https://github.com/gnarf37/jquery-requestAnimationFrame",
7-
"author": {
8-
"name": "Corey Frang",
9-
"email": "gnarf37@gmail.com",
10-
"url": "http://gnarf.net"
11-
},
12-
"repository": {
13-
"type": "git",
14-
"url": "git://github.com/gnarf37/jquery-requestAnimationFrame.git"
15-
},
16-
"bugs": {
17-
"url": "https://github.com/gnarf37/jquery-requestAnimationFrame/issues"
18-
},
19-
"licenses": [
20-
{
21-
"type": "MIT",
22-
"url": "https://github.com/gnarf37/jquery-requestAnimationFrame/blob/master/LICENSE-MIT"
23-
}
24-
],
25-
"dependencies": {
26-
"jquery": ">1.8"
27-
},
28-
"keywords": []
29-
}
2+
"name": "requestAnimationFrame",
3+
"title": "jQuery requestAnimationFrame",
4+
"description": "Replaces the standard jQuery timer loop with requestAnimationFrame where supported. Requires jQuery 1.8",
5+
"keywords": [
6+
"animation"
7+
],
8+
"version": "0.1.0",
9+
"author": {
10+
"name": "Corey Frang",
11+
"url": "https://github.com/gnarf37"
12+
},
13+
"maintainers": [
14+
{
15+
"name": "Corey Frang",
16+
"email": "gnarf37@gmail.com",
17+
"url": "http://gnarf.net"
18+
}
19+
],
20+
"licenses": [
21+
{
22+
"type": "MIT",
23+
"url": "https://github.com/jquery/gnarf37/jquery-requestAnimationFrame/blob/0.1.0/LICENSE-MIT"
24+
}
25+
],
26+
"bugs": "https://github.com/gnarf37/jquery-requestAnimationFrame/issues",
27+
"homepage": "https://github.com/gnarf37/jquery-requestAnimationFrame",
28+
"docs": "https://github.com/gnarf37/jquery-requestAnimationFrame",
29+
"dependencies": {
30+
"jquery": ">=1.8"
31+
}
32+
}

0 commit comments

Comments
 (0)