Skip to content

Commit

Permalink
Remove 'os' (#286)
Browse files Browse the repository at this point in the history
Because it is not used
  • Loading branch information
abetomo authored and DeviaVir committed May 19, 2017
1 parent 4d0c06d commit 61a4b2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ var path = require('path');
var aws = require('aws-sdk');
var exec = require('child_process').exec;
var fs = require('fs-extra');
var os = require('os');
var packageJson = require(path.join(__dirname, '..', 'package.json'));
var minimatch = require('minimatch');
var async = require('async');
Expand Down

0 comments on commit 61a4b2a

Please sign in to comment.