Skip to content

Commit

Permalink
commander package - hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
debba committed Jun 21, 2022
1 parent cc5bbda commit b028d15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/less2scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

"use strict";
const {commander} = require('commander');
const commander = require('commander');
const version = require('../package.json').version;
const less2scss = require('../index.js');

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "less2scss",
"version": "1.6.0",
"version": "1.7.0",
"description": "This utility quickly converts all your less files to scss.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit b028d15

Please sign in to comment.