Skip to content

Commit

Permalink
Obey import-order rule
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Apr 11, 2016
1 parent bccd73d commit b2bcc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

var BinWrapper = require('bin-wrapper');
var path = require('path');
var BinWrapper = require('bin-wrapper');
var pkg = require('../package.json');
var url = 'https://raw.github.com/imagemin/optipng-bin/v' + pkg.version + '/vendor/';

Expand Down

0 comments on commit b2bcc63

Please sign in to comment.