From a4404f3256d93469669ade7835aa880173732746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 7 Apr 2014 00:31:08 +0200 Subject: [PATCH] Adjust component.json paths and include a "main" field. This should hopefully fix #448. --- component.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/component.json b/component.json index 8a132209..b670f765 100644 --- a/component.json +++ b/component.json @@ -20,8 +20,11 @@ "paper", "paper.js" ], - "scripts": [ - "blob/master/dist/paper-full.js" + "main": [ + "dist/paper-full.js" + ], + "scripts": [ + "dist/paper-full.js" ], "files": [ "AUTHORS.md",