Update tagit@1.0.0.json

This commit is contained in:
Raj Vijay
2016-02-24 20:26:44 -05:00
parent 8aa0fffdcd
commit 2ca37a7de6
@@ -1,11 +1,11 @@
{ {
"registry": 'jspm', "registry": "jspm",
"main": 'js/tag-it', "main": "js/tag-it",
"shim": { 'js/tag-it': "shim": { "js/tag-it":
{ "deps": ['jquery','jquery-ui','../css/jquery.tagit.css!'], { "deps": ["jquery","jquery-ui","../css/jquery.tagit.css!"],
"exports":'$' } }, "exports":"$" } },
"dependencies": { 'jquery': 'github:components/jquery', "dependencies": { "jquery": "github:components/jquery",
'jquery-ui':'github:components/jqueryui@1.11.4', "jquery-ui":"github:components/jqueryui@1.11.4",
'css':'github:systemjs/plugin-css'}, "css":"github:systemjs/plugin-css"},
"format": 'global' "format": "global"
} }