From 0b6c4212f4e86cd2c16d7fe8ccdc9dd621e30dd7 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 4 Nov 2012 22:19:56 -0800 Subject: [PATCH] add component.json --- component.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 0000000..ee035d4 --- /dev/null +++ b/component.json @@ -0,0 +1,5 @@ +{ + "name": "ratchet", + "version": "1.0.0", + "main": ["./dist/ratchet.js", "./dist/ratchet.css"] +} \ No newline at end of file -- 2.39.2