feature(main) rm crypto

This commit is contained in:
coderaiser 2014-08-15 08:45:12 -04:00
parent c4ff062c66
commit f24df53aa8
3 changed files with 2 additions and 3 deletions

View file

@ -20,7 +20,6 @@
};
/* Native Modules*/
exports.crypto = require('crypto'),
exports.child_process = require('child_process'),
exports.fs = fs = require('fs'),
exports.http = require('http'),