From c9c3ee9014b39159f1ef8f3a9881c00c0e6f62a0 Mon Sep 17 00:00:00 2001 From: khrizpv Date: Fri, 24 Jul 2015 11:51:16 -0300 Subject: [PATCH] Update bower.json - fix sass file name I installed this package with bower and encountered an error while checking for existence of main bower files. I changed the filename to the correct one. Please take a look. Thanks! --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index c3648d24..537b614b 100644 --- a/bower.json +++ b/bower.json @@ -17,7 +17,7 @@ "dist/plyr.js", "dist/sprite.svg", "src/less/plyr.less", - "src/sass/plyr.sass", + "src/sass/plyr.scss", "src/js/plyr.js" ], "ignore": [ @@ -30,4 +30,4 @@ "url": "git://github.com/selz/plyr.git" }, "license": "MIT" -} \ No newline at end of file +}