Commit a39e141abd8b2e3d01e4d034ab24ef157b9d8abe

Anselm Hannemann 2013-10-03T09:05:24

Add version so bower will work Currently bower install fails due to the lack of a version. This should fix that (maybe it is still needed to provide a git tag named `0.0.0` in the repo, this to be discovered). Version set to 0.0.0 to make it clear it's a never-changing dummy version as Lea wished. :)

1
2
3
4
5
6
7
8
9
10
11
diff --git a/bower.json b/bower.json
index 4dfa487..f236e87 100644
--- a/bower.json
+++ b/bower.json
@@ -1,5 +1,6 @@
 {
   "name": "prism",
+  "version": "0.0.0",
   "main": [
       "prism.js",
       "prism.css"