Closed ameliabradley closed 6 years ago
Dependency was unnecessary. The methods fs.readFileSync, and fs.existsSync ship with Node since v0.1.8 and v0.1.21 respectively. JSON.parse is built into V8.
fs.readFileSync
fs.existsSync
JSON.parse
Related to RetireJS/retire.js/pull/253 and RetireJS/retire.js#241
Dependency was unnecessary. The methods
fs.readFileSync
, andfs.existsSync
ship with Node since v0.1.8 and v0.1.21 respectively.JSON.parse
is built into V8.Related to RetireJS/retire.js/pull/253 and RetireJS/retire.js#241