From ae73b68c5871bdf937a847f70ca8db70190792c7 Mon Sep 17 00:00:00 2001 From: Ivan Date: Wed, 25 Oct 2017 11:50:40 +0100 Subject: [PATCH] added registry entry and overrides for webgazer.js --- package-overrides/github/brownhci/WebGazer@.json | 4 ++++ registry.json | 1 + 2 files changed, 5 insertions(+) create mode 100644 package-overrides/github/brownhci/WebGazer@.json diff --git a/package-overrides/github/brownhci/WebGazer@.json b/package-overrides/github/brownhci/WebGazer@.json new file mode 100644 index 0000000..1018f97 --- /dev/null +++ b/package-overrides/github/brownhci/WebGazer@.json @@ -0,0 +1,4 @@ +{ + "main": "build/webgazer.min.js", + "format": "global" +} \ No newline at end of file diff --git a/registry.json b/registry.json index 02b8cda..b6cff1c 100644 --- a/registry.json +++ b/registry.json @@ -636,6 +636,7 @@ "vue": "npm:vue", "webcomponents": "npm:webcomponents", "webfont": "github:components/webfontloader", + "WebGazer": "github:brownhci/WebGazer", "when": "github:cujojs/when", "wire": "github:cujojs/wire", "wordcloud2": "github:timdream/wordcloud2.js",