Skip to content

Commit

Permalink
add zlib to baseModules
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Feb 10, 2016
1 parent 9fc1cfd commit 1741f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gulpfile.vscode.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var baseModules = [
'events', 'fs', 'getmac', 'glob', 'graceful-fs', 'http', 'http-proxy-agent',
'https', 'https-proxy-agent', 'iconv-lite', 'electron', 'net',
'os', 'path', 'readline', 'sax', 'semver', 'stream', 'string_decoder', 'url',
'vscode-textmate', 'winreg', 'yauzl', 'native-keymap', 'weak'
'vscode-textmate', 'winreg', 'yauzl', 'native-keymap', 'weak', 'zlib'
];

// Build
Expand Down

0 comments on commit 1741f43

Please sign in to comment.