From 7a92e444269410c63f4af112cb028d47c357cfd8 Mon Sep 17 00:00:00 2001 From: Nathan Fang Date: Wed, 27 Sep 2017 11:13:45 +1000 Subject: [PATCH] Update `main` property in bower.json With the [change of version naming](https://github.com/CreateJS/PreloadJS/blob/master/VERSIONS.txt#L10), `main` property should be updated accordingly. --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index f35711e..e2ea30e 100644 --- a/bower.json +++ b/bower.json @@ -8,7 +8,7 @@ "wdamien" ], "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.", - "main": "lib/preloadjs-1.0.0.combined.js", + "main": "lib/preloadjs.js", "keywords": [ "preload", "xhr", @@ -32,4 +32,4 @@ "tests", "VERSIONS.txt" ] -} \ No newline at end of file +}