Commit fa2ca999cee9c180c4e5c42c355e331e89c8cf79

AJ Ortega 2015-06-18T21:23:21

Add repository field to bower.json.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/bower.json b/bower.json
index 16a07f0..39d655c 100644
--- a/bower.json
+++ b/bower.json
@@ -8,6 +8,10 @@
   "authors": "Lea Verou",
   "description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
   "license": "MIT",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/PrismJS/prism.git"
+  }
   "ignore": [
     "**/.*",
     "img",