Add Executables

This commit is contained in:
Tben 2023-07-30 00:33:57 +01:00
parent 14f39c0986
commit b7e4918e9d
2 changed files with 2 additions and 1 deletions

1
dist/index.js vendored
View File

@ -1,3 +1,4 @@
#! /usr/bin/env node
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };

View File

@ -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": {