npm registry adjustments
This commit is contained in:
@@ -2,12 +2,11 @@
|
||||
"map": {
|
||||
"stream": "stream/index"
|
||||
},
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"core-util-is": "npm:core-util-is@~1.0.0",
|
||||
"isarray": "npm:isarray@0.0.1",
|
||||
"string_decoder": "npm:string_decoder@~0.10.0",
|
||||
"inherits": "npm:inherits@~2.0.1",
|
||||
"stream": "npm:stream-browserify@~1.0.0"
|
||||
"core-util-is": "~1.0.0",
|
||||
"isarray": "0.0.1",
|
||||
"string_decoder": "~0.10.0",
|
||||
"inherits": "~2.0.1",
|
||||
"stream": "~1.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,12 +2,11 @@
|
||||
"map": {
|
||||
"stream": "stream/index"
|
||||
},
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"core-util-is": "npm:core-util-is@~1.0.0",
|
||||
"isarray": "npm:isarray@0.0.1",
|
||||
"string_decoder": "npm:string_decoder@~0.10.0",
|
||||
"inherits": "npm:inherits@~2.0.1",
|
||||
"stream": "npm:stream-browserify@1.0.0"
|
||||
"core-util-is": "~1.0.0",
|
||||
"isarray": "0.0.1",
|
||||
"string_decoder": "~0.10.0",
|
||||
"inherits": "~2.0.1",
|
||||
"stream": "1.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
{
|
||||
"main": "lib/client",
|
||||
"format": "cjs",
|
||||
"registry": "npm"
|
||||
"main": "lib/client"
|
||||
}
|
||||
Reference in New Issue
Block a user