npm registry adjustments

This commit is contained in:
guybedford
2015-03-16 00:36:43 +02:00
parent 95ce6545d9
commit a415005cc7
3 changed files with 11 additions and 15 deletions
@@ -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 -3
View File
@@ -1,5 +1,3 @@
{ {
"main": "lib/client", "main": "lib/client"
"format": "cjs",
"registry": "npm"
} }