Merge pull request #906 from MeirionHughes/master
Add overrides for protobuf.js
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"main": "dist/bytebuffer",
|
||||
"dependencies": {
|
||||
"long": "github:dcodeIO/long.js@^3.1.0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "dist/long"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
+3
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user