Skip to content

Commit d67382d

Browse files
author
Lanny McNie
committed
Added libs for 0.6.1
1 parent 30b6cd8 commit d67382d

File tree

5 files changed

+7261
-37
lines changed

5 files changed

+7261
-37
lines changed

bower.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"name": "PreloadJS",
3-
"version": "0.6.0",
4-
"homepage": "https://github.com/CreateJS/PreloadJS",
5-
"authors": [
6-
"gskinner",
7-
"lannymcnie",
8-
"wdamien"
9-
],
10-
"description": "PreloadJS makes preloading assets & getting aggregate progress events easier in JavaScript. It uses XHR2 when available, and falls back to tag-based loading when not. Part of the CreateJS suite of libraries.",
11-
"main": "lib/preloadjs-0.6.0.combined.js",
12-
"keywords": [
13-
"preload",
14-
"xhr",
15-
"createjs"
16-
],
17-
"license": "MIT",
18-
"ignore": [
19-
"**/.*",
20-
"_assets",
21-
"node_modules",
22-
"bower_components",
23-
"bower.json",
24-
".bower.json",
25-
"build",
26-
"docs",
27-
"examples",
28-
"extras",
29-
"icon.png",
30-
"LICENSE.txt",
31-
"README.md",
32-
"src",
33-
"tests",
34-
"VERSIONS.txt"
35-
]
2+
"name": "PreloadJS",
3+
"version": "0.6.1",
4+
"homepage": "https://github.com/CreateJS/PreloadJS",
5+
"authors": [
6+
"gskinner",
7+
"lannymcnie",
8+
"wdamien"
9+
],
10+
"description": "PreloadJS makes preloading assets & getting aggregate progress events easier in JavaScript. It uses XHR2 when available, and falls back to tag-based loading when not. Part of the CreateJS suite of libraries.",
11+
"main": "lib/preloadjs-0.6.1.combined.js",
12+
"keywords": [
13+
"preload",
14+
"xhr",
15+
"createjs"
16+
],
17+
"license": "MIT",
18+
"ignore": [
19+
"**/.*",
20+
"_assets",
21+
"node_modules",
22+
"bower_components",
23+
"bower.json",
24+
".bower.json",
25+
"build",
26+
"docs",
27+
"examples",
28+
"extras",
29+
"icon.png",
30+
"LICENSE.txt",
31+
"README.md",
32+
"src",
33+
"tests",
34+
"VERSIONS.txt"
35+
]
3636
}

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": "PreloadJS",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "PreloadJS Docs",
5-
"url": "http://www.createjs.com/#!/PreloadJS",
5+
"url": "http://www.createjs.com/preloadjs",
66
"logo": "assets/docs-icon-PreloadJS.png",
77
"repository": "git@github.com:CreateJS/PreloadJS.git",
88
"devDependencies": {

0 commit comments

Comments
 (0)