Commit e73180091424f432221c233d5065d8cb39bd7b25

Mike Morici 2014-10-16T17:14:01

Updates location of prism.css in bower.json.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/bower.json b/bower.json
index 984b45a..822afac 100644
--- a/bower.json
+++ b/bower.json
@@ -3,7 +3,7 @@
   "version": "0.0.1",
   "main": [
       "prism.js",
-      "prism.css"
+      "themes/prism.css"
   ],
   "homepage": "http://prismjs.com",
   "authors": "Lea Verou",