adopt shell module

This commit is contained in:
Benjamin Pasero
2016-01-06 12:44:57 +01:00
parent d3b77c03be
commit 3ac82937fe
11 changed files with 19 additions and 27 deletions

View File

@@ -34,7 +34,7 @@ var baseModules = [
'events', 'fs', 'getmac', 'glob', 'graceful-fs', 'http', 'http-proxy-agent',
'https', 'https-proxy-agent', 'iconv-lite', 'electron', 'ipc', 'menu', 'menu-item', 'net',
'original-fs', 'os', 'path', 'readline', 'remote', 'sax', 'screen', 'semver',
'shell', 'stream', 'string_decoder', 'url', 'vscode-textmate', 'winreg',
'stream', 'string_decoder', 'url', 'vscode-textmate', 'winreg',
'yauzl', 'native-keymap'
];