From d1bbde068fe8979de7cf11aafb33ef0876c5cfc1 Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Thu, 25 Feb 2016 08:55:57 -0500 Subject: [PATCH] Delete tag-it --- tag-it | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tag-it diff --git a/tag-it b/tag-it deleted file mode 100644 index 0bbd28b..0000000 --- a/tag-it +++ /dev/null @@ -1,11 +0,0 @@ -"{ - "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' -}"