From 7ceec1b7974d142308f4ace37bc93328338b6a90 Mon Sep 17 00:00:00 2001 From: XVincentX Date: Tue, 19 May 2015 23:55:02 +0200 Subject: [PATCH 01/21] Added override for omni bar --- .../github/isteven/angular-omni-bar@1.0.1.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package-overrides/github/isteven/angular-omni-bar@1.0.1.json diff --git a/package-overrides/github/isteven/angular-omni-bar@1.0.1.json b/package-overrides/github/isteven/angular-omni-bar@1.0.1.json new file mode 100644 index 0000000..e42002d --- /dev/null +++ b/package-overrides/github/isteven/angular-omni-bar@1.0.1.json @@ -0,0 +1,13 @@ +{ + "main": "isteven-omni-bar.js", + "dependencies": { + "css": "^0.1.10" + }, + "shim": { + "isteven-omni-bar": { + "deps": [ + "./isteven-omni-bar.css!" + ] + } + } +} From 322da933b5dc6a95f0b6aa55713c0b182e2c71fe Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Thu, 21 May 2015 13:37:55 +0200 Subject: [PATCH 02/21] Create bower-traceur@0.0.89.json --- .../github/jmcriffey/bower-traceur@0.0.89.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package-overrides/github/jmcriffey/bower-traceur@0.0.89.json diff --git a/package-overrides/github/jmcriffey/bower-traceur@0.0.89.json b/package-overrides/github/jmcriffey/bower-traceur@0.0.89.json new file mode 100644 index 0000000..d897ca8 --- /dev/null +++ b/package-overrides/github/jmcriffey/bower-traceur@0.0.89.json @@ -0,0 +1,8 @@ +{ + "format": "global", + "shim": { + "traceur": { + "exports": "traceur" + } + } +} From a6e2143f1e4ec18ec08aa7c6e4f7cdc78381f866 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Thu, 21 May 2015 13:38:12 +0200 Subject: [PATCH 03/21] Create bower-traceur-runtime@0.0.89.json --- .../github/jmcriffey/bower-traceur-runtime@0.0.89.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package-overrides/github/jmcriffey/bower-traceur-runtime@0.0.89.json diff --git a/package-overrides/github/jmcriffey/bower-traceur-runtime@0.0.89.json b/package-overrides/github/jmcriffey/bower-traceur-runtime@0.0.89.json new file mode 100644 index 0000000..b0f3d02 --- /dev/null +++ b/package-overrides/github/jmcriffey/bower-traceur-runtime@0.0.89.json @@ -0,0 +1,8 @@ +{ + "format": "global", + "shim": { + "traceur-runtime": { + "exports": "$traceurRuntime" + } + } +} From 302c4f9e9958603705085c87c4f3781fdf11d23e Mon Sep 17 00:00:00 2001 From: Jiri Spac Date: Tue, 26 May 2015 18:56:52 +0200 Subject: [PATCH 04/21] added debug from visionmedia --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index 036afcf..f8b5511 100644 --- a/registry.json +++ b/registry.json @@ -132,6 +132,7 @@ "d3": "github:mbostock/d3", "datatables": "github:DataTables/DataTables", "decimal.js": "github:MikeMcl/decimal.js", + "debug": "github:visionmedia/debug", "dgram": "github:jspm/nodelibs-dgram", "di": "github:angular/di.js", "dimple": "github:PMSI-AlignAlytics/dimple", From 987676c1e380af641da700b052cc8952a1a836b4 Mon Sep 17 00:00:00 2001 From: Jiri Spac Date: Tue, 26 May 2015 19:28:01 +0200 Subject: [PATCH 05/21] proper alphabetical ordering --- registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.json b/registry.json index f8b5511..918cfea 100644 --- a/registry.json +++ b/registry.json @@ -131,8 +131,8 @@ "curl": "github:cujojs/curl", "d3": "github:mbostock/d3", "datatables": "github:DataTables/DataTables", - "decimal.js": "github:MikeMcl/decimal.js", "debug": "github:visionmedia/debug", + "decimal.js": "github:MikeMcl/decimal.js", "dgram": "github:jspm/nodelibs-dgram", "di": "github:angular/di.js", "dimple": "github:PMSI-AlignAlytics/dimple", From d30c7699b2b22fb4da105e909bb2aedd538f69b0 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Thu, 28 May 2015 08:34:01 -0600 Subject: [PATCH 06/21] Updating angular-formly to use npm --- registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.json b/registry.json index 918cfea..57076f9 100644 --- a/registry.json +++ b/registry.json @@ -26,7 +26,7 @@ "angular-decorate": "github:innit/angular-decorate", "angular-deferred-bootstrap": "github:philippd/bower-angular-deferred-bootstrap", "angular-file-upload": "github:danialfarid/angular-file-upload-bower", - "angular-formly": "github:formly-js/angular-formly", + "angular-formly": "npm:angular-formly", "angular-google-maps": "github:angular-ui/angular-google-maps", "angular-http-auth": "github:witoldsz/angular-http-auth", "angular-loading-bar": "github:chieffancypants/angular-loading-bar", From 76791892f5a560c1a94492f3e97683eeeefc4ebc Mon Sep 17 00:00:00 2001 From: guybedford Date: Thu, 28 May 2015 16:46:24 +0200 Subject: [PATCH 07/21] Revert "Updating angular-formly to use npm" This reverts commit d30c7699b2b22fb4da105e909bb2aedd538f69b0. --- registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.json b/registry.json index 57076f9..918cfea 100644 --- a/registry.json +++ b/registry.json @@ -26,7 +26,7 @@ "angular-decorate": "github:innit/angular-decorate", "angular-deferred-bootstrap": "github:philippd/bower-angular-deferred-bootstrap", "angular-file-upload": "github:danialfarid/angular-file-upload-bower", - "angular-formly": "npm:angular-formly", + "angular-formly": "github:formly-js/angular-formly", "angular-google-maps": "github:angular-ui/angular-google-maps", "angular-http-auth": "github:witoldsz/angular-http-auth", "angular-loading-bar": "github:chieffancypants/angular-loading-bar", From 4c0e2cc8127d487627b2e82fea7497fcfc08472e Mon Sep 17 00:00:00 2001 From: guybedford Date: Thu, 28 May 2015 16:57:07 +0200 Subject: [PATCH 08/21] add mithril --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index 918cfea..bf22a02 100644 --- a/registry.json +++ b/registry.json @@ -216,6 +216,7 @@ "meld": "github:cujojs/meld", "microplugin": "npm:microplugin", "minivents": "github:allouis/minivents", + "mithril": "npm:mithril", "mixing": "npm:mixing", "mocha": "npm:mocha", "modernizr": "github:Modernizr/Modernizr", From 766131b238e6d82bfa80c9d9b950dfb4f8cb33c4 Mon Sep 17 00:00:00 2001 From: telekosmos Date: Thu, 28 May 2015 17:50:16 +0200 Subject: [PATCH 09/21] Fixed missing jquery dependency --- package-overrides/github/zurb/bower-foundation@5.0.2.json | 7 ++++++- package-overrides/github/zurb/bower-foundation@5.5.1.json | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package-overrides/github/zurb/bower-foundation@5.0.2.json b/package-overrides/github/zurb/bower-foundation@5.0.2.json index c58a7eb..248a192 100644 --- a/package-overrides/github/zurb/bower-foundation@5.0.2.json +++ b/package-overrides/github/zurb/bower-foundation@5.0.2.json @@ -2,7 +2,12 @@ "main": "js/foundation/foundation", "shim": { "js/foundation/foundation.*": "./foundation", - "js/foundation/foundation": ["jquery", "../vendor/custom.modernizr"] + "js/foundation/foundation": { + "deps": ["jquery", "../vendor/custom.modernizr"] + } + }, + "dependencies": { + "jquery": "github:components/jquery" }, "ignore": [ "js/foundation.min.js", diff --git a/package-overrides/github/zurb/bower-foundation@5.5.1.json b/package-overrides/github/zurb/bower-foundation@5.5.1.json index 49e73c9..c279d7e 100644 --- a/package-overrides/github/zurb/bower-foundation@5.5.1.json +++ b/package-overrides/github/zurb/bower-foundation@5.5.1.json @@ -8,6 +8,9 @@ "exports": "Foundation" } }, + "dependencies": { + "jquery": "github:components/jquery" + }, "ignore": [ "js/foundation.min.js", "js/vendor/jquery.cookie.js", From 8b23e579a9644af6c6a34de3b1153668486f4d45 Mon Sep 17 00:00:00 2001 From: guybedford Date: Fri, 29 May 2015 15:32:35 +0200 Subject: [PATCH 10/21] add handlebars runtime --- package-overrides/github/components/handlebars.js@1.3.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-overrides/github/components/handlebars.js@1.3.0.json b/package-overrides/github/components/handlebars.js@1.3.0.json index 622fa84..73078fe 100644 --- a/package-overrides/github/components/handlebars.js@1.3.0.json +++ b/package-overrides/github/components/handlebars.js@1.3.0.json @@ -5,5 +5,5 @@ "exports": "Handlebars" } }, - "files": ["handlebars.js"] + "files": ["handlebars.js", "handlebars.runtime.js"] } From 51fdec8abb0e5b629423847bc18b47302f0801e0 Mon Sep 17 00:00:00 2001 From: Jon Stevens Date: Sat, 30 May 2015 00:06:40 -0700 Subject: [PATCH 11/21] Create angular-hotkeys@1.4.5.json --- .../chieffancypants/angular-hotkeys@1.4.5.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json diff --git a/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json b/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json new file mode 100644 index 0000000..2a926ac --- /dev/null +++ b/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json @@ -0,0 +1,15 @@ +{ + "directories": { + "lib": "build" + }, + "main": "hotkeys", + "registry": "jspm", + "dependencies": { + "angular": "^1.2.0" + }, + "shim": { + "hotkeys": { + "deps": ["angular"] + } + } +} From 339ab741375d7171eefd81508ccf485c7370e2b0 Mon Sep 17 00:00:00 2001 From: Jon Stevens Date: Sat, 30 May 2015 09:24:54 -0700 Subject: [PATCH 12/21] Update angular-hotkeys@1.4.5.json remove build as part of the PR. --- .../github/chieffancypants/angular-hotkeys@1.4.5.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json b/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json index 2a926ac..b1ae09c 100644 --- a/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json +++ b/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json @@ -1,7 +1,4 @@ { - "directories": { - "lib": "build" - }, "main": "hotkeys", "registry": "jspm", "dependencies": { From 92b3feb28ef158b95da97fa1573468fd4553cab7 Mon Sep 17 00:00:00 2001 From: Jon Stevens Date: Sat, 30 May 2015 09:36:00 -0700 Subject: [PATCH 13/21] still trying to get it right. heh. =) --- .../github/chieffancypants/angular-hotkeys@1.4.5.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json b/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json index b1ae09c..97b91d7 100644 --- a/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json +++ b/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json @@ -1,11 +1,11 @@ { - "main": "hotkeys", + "main": "build/hotkeys", "registry": "jspm", "dependencies": { "angular": "^1.2.0" }, "shim": { - "hotkeys": { + "build/hotkeys": { "deps": ["angular"] } } From c49dbabeee66b00995a5e066ad5a6e0b46403e42 Mon Sep 17 00:00:00 2001 From: Micah Zoltu Date: Sat, 30 May 2015 21:59:50 -0700 Subject: [PATCH 14/21] Adds auth0/lock override. Copied from https://github.com/volak/registry/blob/master/package-overrides/github/auth0/lock%407.1.1.json, seems to work. --- package-overrides/github/auth0/lock@7.5.4 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package-overrides/github/auth0/lock@7.5.4 diff --git a/package-overrides/github/auth0/lock@7.5.4 b/package-overrides/github/auth0/lock@7.5.4 new file mode 100644 index 0000000..a64b166 --- /dev/null +++ b/package-overrides/github/auth0/lock@7.5.4 @@ -0,0 +1,9 @@ +{ + format: 'global', + main: 'build/auth0-lock.min', + shim: { + 'build/auth0-lock.min': { + exports: 'Auth0Lock' + } + } +} From 2589b606877be5562e929b7164112a57baef05f0 Mon Sep 17 00:00:00 2001 From: Micah Zoltu Date: Sun, 31 May 2015 09:35:22 -0700 Subject: [PATCH 15/21] Update and rename lock@7.5.4 to lock@7.5.4.json --- package-overrides/github/auth0/lock@7.5.4 | 9 --------- package-overrides/github/auth0/lock@7.5.4.json | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 package-overrides/github/auth0/lock@7.5.4 create mode 100644 package-overrides/github/auth0/lock@7.5.4.json diff --git a/package-overrides/github/auth0/lock@7.5.4 b/package-overrides/github/auth0/lock@7.5.4 deleted file mode 100644 index a64b166..0000000 --- a/package-overrides/github/auth0/lock@7.5.4 +++ /dev/null @@ -1,9 +0,0 @@ -{ - format: 'global', - main: 'build/auth0-lock.min', - shim: { - 'build/auth0-lock.min': { - exports: 'Auth0Lock' - } - } -} diff --git a/package-overrides/github/auth0/lock@7.5.4.json b/package-overrides/github/auth0/lock@7.5.4.json new file mode 100644 index 0000000..fb3c129 --- /dev/null +++ b/package-overrides/github/auth0/lock@7.5.4.json @@ -0,0 +1,9 @@ +{ + "format": "global", + "main": "build/auth0-lock.min", + "shim": { + "build/auth0-lock.min": { + "exports": "Auth0Lock" + } + } +} From 2c6b785ed18be9892ed4fe76cbc7ecba8ea09463 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Tue, 2 Jun 2015 12:29:57 +0200 Subject: [PATCH 16/21] Updated babel-runtime override --- package-overrides/npm/babel-runtime@5.4.7.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package-overrides/npm/babel-runtime@5.4.7.json diff --git a/package-overrides/npm/babel-runtime@5.4.7.json b/package-overrides/npm/babel-runtime@5.4.7.json new file mode 100644 index 0000000..00f497c --- /dev/null +++ b/package-overrides/npm/babel-runtime@5.4.7.json @@ -0,0 +1,9 @@ +{ + "main": false, + "map": { + "./core-js": "core-js" + }, + "dependencies": { + "core-js": "^0.9.13" + } +} From 966892e4920ede8b15e27a4b5273b308ef92882b Mon Sep 17 00:00:00 2001 From: guybedford Date: Tue, 2 Jun 2015 13:52:14 +0200 Subject: [PATCH 17/21] remove unnecessary override --- package-overrides/npm/babel-runtime@5.4.7.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 package-overrides/npm/babel-runtime@5.4.7.json diff --git a/package-overrides/npm/babel-runtime@5.4.7.json b/package-overrides/npm/babel-runtime@5.4.7.json deleted file mode 100644 index 00f497c..0000000 --- a/package-overrides/npm/babel-runtime@5.4.7.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "main": false, - "map": { - "./core-js": "core-js" - }, - "dependencies": { - "core-js": "^0.9.13" - } -} From e0b35b1991b226f9780850b2284cd81dfb153366 Mon Sep 17 00:00:00 2001 From: Aaike Van Roekeghem Date: Tue, 2 Jun 2015 19:13:52 +0700 Subject: [PATCH 18/21] added velocity --- .../github/julianshapiro/velocity@1.1.2.json | 10 ++++++++++ registry.json | 1 + 2 files changed, 11 insertions(+) create mode 100644 package-overrides/github/julianshapiro/velocity@1.1.2.json diff --git a/package-overrides/github/julianshapiro/velocity@1.1.2.json b/package-overrides/github/julianshapiro/velocity@1.1.2.json new file mode 100644 index 0000000..c5c1d06 --- /dev/null +++ b/package-overrides/github/julianshapiro/velocity@1.1.2.json @@ -0,0 +1,10 @@ +{ + "main": "velocity.js", + "files": [ + "velocity.js", + "velocity.min.js", + "velocity.ui.js", + "velocity.ui.min.js" + ], + "format": "global" +} \ No newline at end of file diff --git a/registry.json b/registry.json index 918cfea..de28dc7 100644 --- a/registry.json +++ b/registry.json @@ -313,6 +313,7 @@ "url": "github:jspm/nodelibs-url", "util": "github:jspm/nodelibs-util", "vm": "github:jspm/nodelibs-vm", + "velocity": "github:julianshapiro/velocity", "vertxbus": "github:larrytin/bower-vertxbus", "virtual-dom": "npm:virtual-dom", "vue": "npm:vue", From 9e23302dfe4d93b99378cde33b66758e79d63b44 Mon Sep 17 00:00:00 2001 From: Jiri Spac Date: Wed, 3 Jun 2015 12:30:08 +0200 Subject: [PATCH 19/21] added moonridge-client --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index c5a549e..1ad2b91 100644 --- a/registry.json +++ b/registry.json @@ -223,6 +223,7 @@ "module": "github:jspm/nodelibs-module", "moment": "github:moment/moment", "moment-json-parser": "npm:moment-json-parser", + "moonridge-client": "github:capaj/Moonridge-client", "mq4-hover-shim": "npm:mq4-hover-shim", "msgs": "github:cujojs/msgs", "mustache": "github:janl/mustache.js", From 7e51c1551e4234bfa1b4f9a4c7a2b3d43f73599a Mon Sep 17 00:00:00 2001 From: Jiri Spac Date: Wed, 3 Jun 2015 15:23:45 +0200 Subject: [PATCH 20/21] added chai --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index c5a549e..bbfd166 100644 --- a/registry.json +++ b/registry.json @@ -115,6 +115,7 @@ "bootstrap-wizard": "github:gwrey/bootstrap-wizard", "breeze": "npm:breeze-client", "buffer": "github:jspm/nodelibs-buffer", + "chai": "npm:chai", "chart": "github:nnnick/Chart.js", "child_process": "github:jspm/nodelibs-child_process", "chosen": "github:harvesthq/chosen", From 3a4250cc267e59d2a01502a4557c0fe4c4f75ffe Mon Sep 17 00:00:00 2001 From: Aaike Van Roekeghem Date: Thu, 4 Jun 2015 08:41:38 +0700 Subject: [PATCH 21/21] added JSOL --- package-overrides/github/daepark/JSOL@master.json | 3 +++ registry.json | 1 + 2 files changed, 4 insertions(+) create mode 100644 package-overrides/github/daepark/JSOL@master.json diff --git a/package-overrides/github/daepark/JSOL@master.json b/package-overrides/github/daepark/JSOL@master.json new file mode 100644 index 0000000..ff4de55 --- /dev/null +++ b/package-overrides/github/daepark/JSOL@master.json @@ -0,0 +1,3 @@ +{ + "main": "jsol.js" +} \ No newline at end of file diff --git a/registry.json b/registry.json index 918cfea..86bfe73 100644 --- a/registry.json +++ b/registry.json @@ -196,6 +196,7 @@ "js-beautify": "github:beautify-web/js-beautify", "js.edgar": "npm:js.edgar", "jsfromhell": "github:jonasraoni/JSFromHell", + "jsol": "github:daepark/JSOL", "jsplumb": "github:sporritt/jsPlumb", "js-scrypt": "github:tonyg/js-scrypt", "kickstrap": "github:ajkochanowicz/Kickstrap",