Skip to content

Commit

Permalink
fix removed fs module
Browse files Browse the repository at this point in the history
  • Loading branch information
krzychukula authored and mklabs committed Mar 8, 2012
1 parent 4a29808 commit bb10fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/misc.js
Expand Up @@ -3,6 +3,7 @@ var path = require('path'),
minimatch = require('minimatch'),
rimraf = require("rimraf"),
win32 = process.platform === 'win32',
fs = require('fs'),
crlf = win32 ? '\r\n' : '\n';


Expand Down

0 comments on commit bb10fb2

Please sign in to comment.