Skip to content

Commit

Permalink
Merge 82fe27a into 39b08da
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustDG committed Jan 26, 2021
2 parents 39b08da + 82fe27a commit ee0c3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

const CssShortener = require('../index');
const CssShortener = require('css-shortener');
const fs = require('fs');

require('yargs')
Expand Down

0 comments on commit ee0c3c0

Please sign in to comment.