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 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 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 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",