diff --git a/packages/magefront/package.json b/packages/magefront/package.json index a69830e..e891504 100644 --- a/packages/magefront/package.json +++ b/packages/magefront/package.json @@ -1,6 +1,6 @@ { "name": "magefront", - "version": "2.1.0", + "version": "2.1.1", "description": "A modern Magento 2 theme builder", "keywords": [ "magefront", diff --git a/packages/magefront/src/cli.js b/packages/magefront/src/cli.js index c414242..e7d4720 100755 --- a/packages/magefront/src/cli.js +++ b/packages/magefront/src/cli.js @@ -1,3 +1,4 @@ +#!/usr/bin/env node import process from 'node:process' import sade from 'sade' import winston from 'winston'