gulp-sass-partials-imported
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -44,4 +44,4 @@ 'use strict'; | ||
let files_to_sass = [], | ||
file_path = isWin ? file.replace(/\//g, '\\') : file; | ||
let files_to_sass = [], | ||
file_path = isWin ? file.replace(/\//g, '\\') : file; | ||
@@ -80,3 +80,2 @@ files_to_sass = getSassFileToUpdate(file_path, graph); | ||
} catch(e) { | ||
console.log(e); | ||
return []; | ||
@@ -83,0 +82,0 @@ } |
{ | ||
"name": "gulp-sass-partials-imported", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "It process scss partials files and add the files that import them to the pipe.", | ||
@@ -19,3 +19,4 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "tape specs/tests.js | tap-spec" | ||
"test": "tape specs/tests.js | tap-spec", | ||
"lint": "eslint ." | ||
}, | ||
@@ -41,8 +42,7 @@ "files": [ | ||
"devDependencies": { | ||
"ava": "^0.14.0", | ||
"eslint-plugin-filenames": "^0.2.0", | ||
"gulp": "^3.9.1", | ||
"tap-spec": "^4.1.1", | ||
"tape": "^4.5.1", | ||
"xo": "^0.14.0" | ||
"tape": "^4.5.1" | ||
} | ||
} |
@@ -44,2 +44,4 @@ # gulp-sass-partials-imported [![Build Status](https://travis-ci.org/G100g/gulp-sass-partials-imported.svg?branch=master)](https://travis-ci.org/G100g/gulp-sass-partials-imported) | ||
MIT © G100g(http://g100g.net) | ||
MIT © | ||
G100g(http://g100g.net) | ||
Davide Cantelli (http://ww.davidecantelli.it) |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5568
4
47
67
1