aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@selz.com>2015-07-25 10:59:56 +1000
committerSam Potts <sam@selz.com>2015-07-25 10:59:56 +1000
commit4dbbbd04ccf87f2c102ac7dac07120993e606b46 (patch)
tree8b97bd526aa7a6797c21afd7cb4cb5e3f5b3e268
parent67191c2a759b6f7b1a8c106c84881662bd681cbf (diff)
parentc9c3ee9014b39159f1ef8f3a9881c00c0e6f62a0 (diff)
downloadplyr-4dbbbd04ccf87f2c102ac7dac07120993e606b46.tar.lz
plyr-4dbbbd04ccf87f2c102ac7dac07120993e606b46.tar.xz
plyr-4dbbbd04ccf87f2c102ac7dac07120993e606b46.zip
Merge pull request #99 from ChristianPV/patch-1
Update bower.json - fix sass file name
-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
+}