Commit 7ce45c4447d0402b492857f1a6b84a5bca119ebe

Golmote 2014-12-09T07:43:29

Add Handlebars to components.js

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/components.js b/components.js
index c6e68d2..fb7dc47 100644
--- a/components.js
+++ b/components.js
@@ -198,6 +198,10 @@ var components = {
 		"nasm": {
 			"title": "nasm",
 			"owner": "rbmj"
+		},
+		"handlebars": {
+			"title": "Handlebars",
+			"owner": "Golmote"
 		}
 	},
 	"plugins": {