Merge pull request #910 from aluanhaddad/patch-1

Fix _os.platform is not a function error
This commit is contained in:
Guy Bedford
2016-06-01 12:44:11 +02:00
@@ -4,9 +4,8 @@
"buffer": "@empty",
"child_process": "@empty",
"fs": "@empty",
"os": "@empty",
"path": "@empty",
"process": "@empty",
"readline": "@empty"
}
}
}