From a1c6acd149f92e0036524e9906df31f8a79d9d04 Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Sun, 21 Feb 2016 22:51:15 -0500 Subject: [PATCH 1/9] Create tag-it --- tag-it | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tag-it diff --git a/tag-it b/tag-it new file mode 100644 index 0000000..0bbd28b --- /dev/null +++ b/tag-it @@ -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' +}" From 22047af3393a7bf022e78f9913a85a089789dd99 Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Sun, 21 Feb 2016 23:01:42 -0500 Subject: [PATCH 2/9] 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' +}" From c0a2ff6d360313be18adf35e9d860f051167d79c Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Wed, 24 Feb 2016 20:08:32 -0500 Subject: [PATCH 3/9] Rename tag-it.1.0.0.json to tag-it@1.0.0.json --- .../github/tagit/{tag-it.1.0.0.json => tag-it@1.0.0.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename package-overrides/github/tagit/{tag-it.1.0.0.json => tag-it@1.0.0.json} (100%) diff --git a/package-overrides/github/tagit/tag-it.1.0.0.json b/package-overrides/github/tagit/tag-it@1.0.0.json similarity index 100% rename from package-overrides/github/tagit/tag-it.1.0.0.json rename to package-overrides/github/tagit/tag-it@1.0.0.json From 72d0765ab9b21623174783b5e4df07e510e19f3d Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Wed, 24 Feb 2016 20:17:38 -0500 Subject: [PATCH 4/9] Rename tag-it@1.0.0.json to tagit@1.0.0.json --- .../github/tagit/{tag-it@1.0.0.json => tagit@1.0.0.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename package-overrides/github/tagit/{tag-it@1.0.0.json => tagit@1.0.0.json} (100%) diff --git a/package-overrides/github/tagit/tag-it@1.0.0.json b/package-overrides/github/tagit/tagit@1.0.0.json similarity index 100% rename from package-overrides/github/tagit/tag-it@1.0.0.json rename to package-overrides/github/tagit/tagit@1.0.0.json From 8aa0fffdcdc7757f57ace1ee7a2d97d32d3543b9 Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Wed, 24 Feb 2016 20:20:59 -0500 Subject: [PATCH 5/9] Update tagit@1.0.0.json --- package-overrides/github/tagit/tagit@1.0.0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-overrides/github/tagit/tagit@1.0.0.json b/package-overrides/github/tagit/tagit@1.0.0.json index 0bbd28b..85f3664 100644 --- a/package-overrides/github/tagit/tagit@1.0.0.json +++ b/package-overrides/github/tagit/tagit@1.0.0.json @@ -1,4 +1,4 @@ -"{ +{ "registry": 'jspm', "main": 'js/tag-it', "shim": { 'js/tag-it': @@ -8,4 +8,4 @@ 'jquery-ui':'github:components/jqueryui@1.11.4', 'css':'github:systemjs/plugin-css'}, "format": 'global' -}" +} From 2ca37a7de6593df83c5abe7b67b328799bbe386c Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Wed, 24 Feb 2016 20:26:44 -0500 Subject: [PATCH 6/9] Update tagit@1.0.0.json --- .../github/tagit/tagit@1.0.0.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package-overrides/github/tagit/tagit@1.0.0.json b/package-overrides/github/tagit/tagit@1.0.0.json index 85f3664..6255a94 100644 --- a/package-overrides/github/tagit/tagit@1.0.0.json +++ b/package-overrides/github/tagit/tagit@1.0.0.json @@ -1,11 +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' + "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" } From 99dd6ab8d2d4382800084c17402b45cdf7a9bd10 Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Thu, 25 Feb 2016 08:00:12 -0500 Subject: [PATCH 7/9] Rename tagit@1.0.0.json to tagit@^1.11.4.json --- .../github/tagit/{tagit@1.0.0.json => tagit@^1.11.4.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename package-overrides/github/tagit/{tagit@1.0.0.json => tagit@^1.11.4.json} (100%) diff --git a/package-overrides/github/tagit/tagit@1.0.0.json b/package-overrides/github/tagit/tagit@^1.11.4.json similarity index 100% rename from package-overrides/github/tagit/tagit@1.0.0.json rename to package-overrides/github/tagit/tagit@^1.11.4.json From d1bbde068fe8979de7cf11aafb33ef0876c5cfc1 Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Thu, 25 Feb 2016 08:55:57 -0500 Subject: [PATCH 8/9] 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' -}" From 886822512c62e588d291f58ce542294333d29f83 Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Thu, 25 Feb 2016 10:05:16 -0500 Subject: [PATCH 9/9] Update tagit@^1.11.4.json --- package-overrides/github/tagit/tagit@^1.11.4.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-overrides/github/tagit/tagit@^1.11.4.json b/package-overrides/github/tagit/tagit@^1.11.4.json index 6255a94..f5f10b7 100644 --- a/package-overrides/github/tagit/tagit@^1.11.4.json +++ b/package-overrides/github/tagit/tagit@^1.11.4.json @@ -4,8 +4,8 @@ "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", + "dependencies": { "jquery": "*", + "jquery-ui":"jspm:jqueryui@^1.8", "css":"github:systemjs/plugin-css"}, "format": "global" }