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