From 1830b12670cfc089507b8d4ca3950c167c88cd2b Mon Sep 17 00:00:00 2001 From: Meirion Hughes Date: Wed, 25 May 2016 09:11:47 +0100 Subject: [PATCH 1/4] fix alias for protobufjs, bytebuffer, long --- registry.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registry.json b/registry.json index 96f3f88..ec646ef 100644 --- a/registry.json +++ b/registry.json @@ -204,7 +204,7 @@ "bootstrap3-dialog": "github:nakupanda/bootstrap3-dialog", "breeze": "npm:breeze-client", "buffer": "github:jspm/nodelibs-buffer", - "bytebuffer.js" : "github:dcodeIO/bytebuffer.js", + "bytebuffer" : "github:dcodeIO/bytebuffer.js", "can": "npm:can", "chai": "npm:chai", "chart": "github:nnnick/Chart.js", @@ -363,7 +363,7 @@ "localforage": "npm:localforage", "lodash": "npm:lodash", "log4js": "github:mobilexag/log4js", - "long.js" : "github:dcodeIO/long.js", + "long" : "github:dcodeIO/long.js", "malihu-custom-scrollbar-plugin": "github:malihu/malihu-custom-scrollbar-plugin", "marionette": "github:marionettejs/backbone.marionette", "marvelous-aurelia-core": "github:marveloussoftware/marvelous-aurelia-core", @@ -439,7 +439,7 @@ "pretender": "npm:pretender", "prism": "github:LeaVerou/prism", "process": "github:jspm/nodelibs-process", - "protobuf.js": "github:dcodeIO/protobuf.js", + "protobuf": "github:dcodeIO/protobuf.js", "punycode": "github:jspm/nodelibs-punycode", "purecss": "npm:purecss", "puremvc-standard": "github:PureMVC/puremvc-typescript-standard-framework", From 0d8c023d305dd7e3cccd98f3de4a16a88638a149 Mon Sep 17 00:00:00 2001 From: Meirion Hughes Date: Wed, 25 May 2016 10:01:17 +0100 Subject: [PATCH 2/4] long.js override --- package-overrides/github/dcodeIO/long.js@3.1.0.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 package-overrides/github/dcodeIO/long.js@3.1.0.json diff --git a/package-overrides/github/dcodeIO/long.js@3.1.0.json b/package-overrides/github/dcodeIO/long.js@3.1.0.json new file mode 100644 index 0000000..e9ce920 --- /dev/null +++ b/package-overrides/github/dcodeIO/long.js@3.1.0.json @@ -0,0 +1,3 @@ +{ + "main": "dist/long" +} \ No newline at end of file From 6ebe910fc95b042faa48ac3383af0b3d547db501 Mon Sep 17 00:00:00 2001 From: Meirion Hughes Date: Wed, 25 May 2016 10:01:25 +0100 Subject: [PATCH 3/4] bytebuffer.js override --- package-overrides/github/dcodeIO/bytebuffer.js@5.0.1.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 package-overrides/github/dcodeIO/bytebuffer.js@5.0.1.json diff --git a/package-overrides/github/dcodeIO/bytebuffer.js@5.0.1.json b/package-overrides/github/dcodeIO/bytebuffer.js@5.0.1.json new file mode 100644 index 0000000..38dbb2b --- /dev/null +++ b/package-overrides/github/dcodeIO/bytebuffer.js@5.0.1.json @@ -0,0 +1,6 @@ +{ + "main": "dist/bytebuffer", + "dependencies": { + "long": "github:dcodeIO/long.js@^3.1.0" + } +} \ No newline at end of file From 0f5d9e2e8b4100b6e10b89d319f0b407c127d06f Mon Sep 17 00:00:00 2001 From: Meirion Hughes Date: Wed, 25 May 2016 10:01:34 +0100 Subject: [PATCH 4/4] protobuf.js override --- package-overrides/github/dcodeIO/protobuf.js@5.0.1.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package-overrides/github/dcodeIO/protobuf.js@5.0.1.json diff --git a/package-overrides/github/dcodeIO/protobuf.js@5.0.1.json b/package-overrides/github/dcodeIO/protobuf.js@5.0.1.json new file mode 100644 index 0000000..3903413 --- /dev/null +++ b/package-overrides/github/dcodeIO/protobuf.js@5.0.1.json @@ -0,0 +1,8 @@ +{ + "main": "dist/protobuf", + "dependencies": { + "bytebuffer": "github:dcodeIO/bytebuffer.js@^5.0.1", + "fs": "github:jspm/nodelibs-fs@^0.1.2", + "path": "github:jspm/nodelibs-path@^0.1.0" + } +} \ No newline at end of file