From 22047af3393a7bf022e78f9913a85a089789dd99 Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Sun, 21 Feb 2016 23:01:42 -0500 Subject: [PATCH] Create tag-it.1.0.0.json Override for tags input https://github.com/aehlke/tag-it --- package-overrides/github/tagit/tag-it.1.0.0.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package-overrides/github/tagit/tag-it.1.0.0.json diff --git a/package-overrides/github/tagit/tag-it.1.0.0.json b/package-overrides/github/tagit/tag-it.1.0.0.json new file mode 100644 index 0000000..0bbd28b --- /dev/null +++ b/package-overrides/github/tagit/tag-it.1.0.0.json @@ -0,0 +1,11 @@ +"{ + "registry": 'jspm', + "main": 'js/tag-it', + "shim": { 'js/tag-it': + { "deps": ['jquery','jquery-ui','../css/jquery.tagit.css!'], + "exports":'$' } }, + "dependencies": { 'jquery': 'github:components/jquery', + 'jquery-ui':'github:components/jqueryui@1.11.4', + 'css':'github:systemjs/plugin-css'}, + "format": 'global' +}"