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:
Aluan Haddad
2016-05-31 07:15:39 -04:00
parent 242fe83e74
commit eff785ed21
@@ -4,7 +4,6 @@
"buffer": "@empty",
"child_process": "@empty",
"fs": "@empty",
"os": "@empty",
"path": "@empty",
"process": "@empty",
"readline": "@empty"