Skip to content

Commit

Permalink
Merge pull request #52 from AugustDG/require-fix
Browse files Browse the repository at this point in the history
Fix wrong import in bin/cli.js
Fixes #51
  • Loading branch information
mbrandau committed Jan 27, 2021
2 parents 626a82f + e9224ab commit b5c6024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
@@ -1,6 +1,6 @@
#!/usr/bin/env node

const CssShortener = require('../index');
const CssShortener = require('../lib/index');
const fs = require('fs');

require('yargs')
Expand Down

0 comments on commit b5c6024

Please sign in to comment.