diff --git a/bower.json b/bower.json index 499ddafa..2c142ddf 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,5 @@ { "name": "plyr", - "version": "1.0.17", "description": "A simple HTML5 media player using custom controls", "homepage": "http://plyr.io", "keywords": [ @@ -14,10 +13,11 @@ ], "dependencies": {}, "main": [ - "dist/css/plyr.css", - "dist/js/plyr.js", + "dist/plyr.css", + "dist/plyr.js", "dist/sprite.svg", "src/less/plyr.less", + "src/sass/plyr.sass", "src/js/plyr.js" ], "ignore": [ diff --git a/bundles.json b/bundles.json index caf9f133..1f9733a4 100644 --- a/bundles.json +++ b/bundles.json @@ -17,7 +17,7 @@ "js": { "docs.js": [ "docs/src/js/lib/hogan-3.0.2.mustache.js", - "docs/dist/js/templates.js", + "docs/dist/templates.js", "docs/src/js/docs.js" ] } diff --git a/changelog.md b/changelog.md index 74423efa..b23b7c14 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,9 @@ # Changelog -## v1.0.7 +## v1.0.18 +- Added CDN references + +## v1.0.17 - SASS support added (thanks to @brunowego) - Docs completely seperated to avoid any confusion - New gulp tasks (will add more documentation for this) diff --git a/dist/css/plyr.css b/dist/plyr.css similarity index 100% rename from dist/css/plyr.css rename to dist/plyr.css diff --git a/dist/js/plyr.js b/dist/plyr.js similarity index 100% rename from dist/js/plyr.js rename to dist/plyr.js diff --git a/docs/dist/css/docs.css b/docs/dist/docs.css similarity index 100% rename from docs/dist/css/docs.css rename to docs/dist/docs.css diff --git a/docs/dist/js/docs.js b/docs/dist/docs.js similarity index 100% rename from docs/dist/js/docs.js rename to docs/dist/docs.js diff --git a/docs/dist/js/templates.js b/docs/dist/templates.js similarity index 100% rename from docs/dist/js/templates.js rename to docs/dist/templates.js diff --git a/docs/index.html b/docs/index.html index 5a9ae5fc..5dada606 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +