Skip to content

Commit 6729385

Browse files
author
Lanny McNie
committed
Added libs for 0.6.1
1 parent d271596 commit 6729385

File tree

5 files changed

+3449
-34
lines changed

5 files changed

+3449
-34
lines changed

bower.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name": "TweenJS",
3-
"version": "0.6.0",
4-
"homepage": "https://github.com/CreateJS/TweenJS",
5-
"authors": [
6-
"gskinner",
7-
"lannymcnie",
8-
"wdamien"
9-
],
10-
"description": "A simple but powerful tweening / animation library for Javascript. Part of the CreateJS suite of libraries.",
11-
"main": "lib/tweenjs-0.6.0.combined.js",
12-
"keywords": [
13-
"tween",
14-
"tweening",
15-
"animation",
16-
"createjs"
17-
],
18-
"license": "MIT",
19-
"ignore": [
20-
"**/.*",
21-
"node_modules",
22-
"_assets",
23-
"bower_components",
24-
"build",
25-
"docs",
26-
"examples",
27-
"icon.png",
28-
"LICENSE.txt",
29-
"README.md",
30-
"src",
31-
"VERSIONS.txt"
32-
]
2+
"name": "TweenJS",
3+
"version": "0.6.1",
4+
"homepage": "https://github.com/CreateJS/TweenJS",
5+
"authors": [
6+
"gskinner",
7+
"lannymcnie",
8+
"wdamien"
9+
],
10+
"description": "A simple but powerful tweening / animation library for Javascript. Part of the CreateJS suite of libraries.",
11+
"main": "lib/tweenjs-0.6.1.combined.js",
12+
"keywords": [
13+
"tween",
14+
"tweening",
15+
"animation",
16+
"createjs"
17+
],
18+
"license": "MIT",
19+
"ignore": [
20+
"**/.*",
21+
"node_modules",
22+
"_assets",
23+
"bower_components",
24+
"build",
25+
"docs",
26+
"examples",
27+
"icon.png",
28+
"LICENSE.txt",
29+
"README.md",
30+
"src",
31+
"VERSIONS.txt"
32+
]
3333
}

build/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @license <%= pkg.name %>
33
* Visit http://createjs.com/ for documentation, updates and examples.
44
*
5-
* Copyright (c) 2011-2013 gskinner.com, inc.
5+
* Copyright (c) 2011-2015 gskinner.com, inc.
66
*
77
* Distributed under the terms of the MIT license.
88
* http://www.opensource.org/licenses/mit-license.html

build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "TweenJS",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "TweenJS Docs",
5-
"url": "http://www.createjs.com/#!/TweenJS",
5+
"url": "http://www.createjs.com/tweenjs",
66
"logo": "assets/docs-icon-TweenJS.png",
77
"repository": "git@github.com:CreateJS/TweenJS.git",
88
"devDependencies": {

0 commit comments

Comments
 (0)