Updates
This commit is contained in:
parent
c358cc8f26
commit
ab998dc531
1
dist/index.d.ts
vendored
1
dist/index.d.ts
vendored
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env node
|
||||||
export type LessCssWatcherConfigObject = {
|
export type LessCssWatcherConfigObject = {
|
||||||
src?: string | string[];
|
src?: string | string[];
|
||||||
dst?: string | string[];
|
dst?: string | string[];
|
||||||
|
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env node
|
||||||
"use strict";
|
"use strict";
|
||||||
var __importDefault = (this && this.__importDefault) || function (mod) {
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
||||||
return (mod && mod.__esModule) ? mod : { "default": mod };
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
||||||
|
2
dist/tsconfig.tsbuildinfo
vendored
2
dist/tsconfig.tsbuildinfo
vendored
File diff suppressed because one or more lines are too long
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "@moduletrace/less-watcher",
|
"name": "@moduletrace/less-watcher",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "A minimal package to watch less files and compile them to css",
|
"description": "A minimal package to watch less files and compile them to css",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"lessc-watcher": "run.sh",
|
"lessc-watcher": "dist/index.js",
|
||||||
"less-watcher": "run.sh"
|
"less-watcher": "dist/index.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env node
|
||||||
|
|
||||||
import fs from "fs";
|
import fs from "fs";
|
||||||
import { exec } from "child_process";
|
import { exec } from "child_process";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user