aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhrizpv <dr_khriz@hotmail.com>2015-07-24 11:51:16 -0300
committerkhrizpv <dr_khriz@hotmail.com>2015-07-24 11:51:16 -0300
commitc9c3ee9014b39159f1ef8f3a9881c00c0e6f62a0 (patch)
tree8b97bd526aa7a6797c21afd7cb4cb5e3f5b3e268
parent67191c2a759b6f7b1a8c106c84881662bd681cbf (diff)
downloadplyr-c9c3ee9014b39159f1ef8f3a9881c00c0e6f62a0.tar.lz
plyr-c9c3ee9014b39159f1ef8f3a9881c00c0e6f62a0.tar.xz
plyr-c9c3ee9014b39159f1ef8f3a9881c00c0e6f62a0.zip
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!
-rw-r--r--bower.json4
1 files 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
+}