From 0f217ce9fbf20e3455b34021f04a162ecdc0a564 Mon Sep 17 00:00:00 2001 From: Clint Harris Date: Fri, 19 Feb 2016 11:03:21 -0500 Subject: [PATCH] Add chardin.js package --- .../github/heelhook/chardin.js@0.1.3.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package-overrides/github/heelhook/chardin.js@0.1.3.json diff --git a/package-overrides/github/heelhook/chardin.js@0.1.3.json b/package-overrides/github/heelhook/chardin.js@0.1.3.json new file mode 100644 index 0000000..e657650 --- /dev/null +++ b/package-overrides/github/heelhook/chardin.js@0.1.3.json @@ -0,0 +1,15 @@ +{ + "registry": "jspm", + "main": "chardinjs", + "format": "global", + "shim": { + "chardinjs": [ + "jquery", + "./chardinjs.css!" + ] + }, + "dependencies": { + "jquery": "github:components/jquery", + "css": "github:systemjs/plugin-css" + } +} \ No newline at end of file