Fix _os.platform is not a function
This fixes the `_os.platform is not a function` exception which occurs when attempting to use the bundle command in jspm@0.17.0-beta-*. I experimented with local overrides and this did the trick. @frankwallis, @guybedford, does this look right?
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
"buffer": "@empty",
|
"buffer": "@empty",
|
||||||
"child_process": "@empty",
|
"child_process": "@empty",
|
||||||
"fs": "@empty",
|
"fs": "@empty",
|
||||||
"os": "@empty",
|
|
||||||
"path": "@empty",
|
"path": "@empty",
|
||||||
"process": "@empty",
|
"process": "@empty",
|
||||||
"readline": "@empty"
|
"readline": "@empty"
|
||||||
|
|||||||
Reference in New Issue
Block a user