🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

lighting-plugin-less

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lighting-plugin-less - npm Package Compare versions

Comparing version
1.0.7
to
1.0.8
+2
-2
index.js

@@ -12,3 +12,3 @@ var less = require("less");

prepare:function (light,cb) {
let files = light.util.glob.sync("dist/**/*.less"),
let files = light.util.glob.sync(`${light.config.dist}/**/*.less`),
processPromise = [];

@@ -29,3 +29,3 @@

Promise.all(processPromise).then(function () {
light.util.glob.sync("dist/**/*.less").forEach(function (file) {
light.util.glob.sync(`${light.config.dist}/**/*.less`).forEach(function (file) {
// light.util.removeSync(file);

@@ -32,0 +32,0 @@ })

{
"name": "lighting-plugin-less",
"version": "1.0.7",
"version": "1.0.8",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",