diff --git a/dist/index.js b/dist/index.js index 5c9adf8..96b19a7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,3 +1,4 @@ +#! /usr/bin/env node "use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; diff --git a/package.json b/package.json index 4d6b861..c4d321d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lessc-watcher", - "version": "1.0.8", + "version": "1.0.9", "description": "A minimal package to watch less files and compile them to css", "main": "dist/index.js", "bin": {