From 897373dacfb2586af0f930cbd75c5af559e90900 Mon Sep 17 00:00:00 2001 From: hhsnopek Date: Sun, 6 Apr 2014 10:52:52 -0500 Subject: [PATCH 1/2] update file path --- component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.json b/component.json index 3177b596..1139a241 100644 --- a/component.json +++ b/component.json @@ -8,5 +8,5 @@ "vector", "graphic", "graphics", "2d", "geometry", "bezier", "curve", "curves", "path", "paths", "canvas", "svg", "paper", "paper.js" ], - "scripts": ["./dist/paper-full.js"] + "scripts": ["./blob/master/dist/paper-full.js"] } \ No newline at end of file From 530353c868dec2f58c235b93eb167438271f5b62 Mon Sep 17 00:00:00 2001 From: hhsnopek Date: Sun, 6 Apr 2014 10:54:15 -0500 Subject: [PATCH 2/2] update to correct file path --- component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.json b/component.json index 1139a241..42037f1e 100644 --- a/component.json +++ b/component.json @@ -8,5 +8,5 @@ "vector", "graphic", "graphics", "2d", "geometry", "bezier", "curve", "curves", "path", "paths", "canvas", "svg", "paper", "paper.js" ], - "scripts": ["./blob/master/dist/paper-full.js"] + "scripts": ["blob/master/dist/paper-full.js"] } \ No newline at end of file