diff options
author | khrizpv <dr_khriz@hotmail.com> | 2015-07-24 11:51:16 -0300 |
---|---|---|
committer | khrizpv <dr_khriz@hotmail.com> | 2015-07-24 11:51:16 -0300 |
commit | c9c3ee9014b39159f1ef8f3a9881c00c0e6f62a0 (patch) | |
tree | 8b97bd526aa7a6797c21afd7cb4cb5e3f5b3e268 | |
parent | 67191c2a759b6f7b1a8c106c84881662bd681cbf (diff) | |
download | plyr-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.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 +} |