detective-sass
Advanced tools
Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "detective-sass", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Find the dependencies of a sass file", | ||
@@ -11,2 +11,3 @@ "main": "index.js", | ||
"lint": "eslint index.js \"test/*.js\"", | ||
"fix": "npm run lint -- --fix", | ||
"mocha": "mocha", | ||
@@ -40,6 +41,6 @@ "test": "npm run lint && npm run mocha", | ||
"devDependencies": { | ||
"c8": "^7.11.0", | ||
"eslint": "^8.10.0", | ||
"mocha": "^9.2.1" | ||
"c8": "^7.13.0", | ||
"eslint": "^8.36.0", | ||
"mocha": "^9.2.2" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
### detective-sass [![CI](https://img.shields.io/github/workflow/status/dependents/node-detective-sass/CI/main?label=CI&logo=github)](https://github.com/dependents/node-detective-sass/actions/workflows/ci.yml?query=branch%3Amain) [![npm](https://img.shields.io/npm/v/detective-sass)](https://www.npmjs.com/package/detective-sass) [![npm](https://img.shields.io/npm/dm/detective-sass)](https://www.npmjs.com/package/detective-sass) | ||
### detective-sass [![CI](https://img.shields.io/github/actions/workflow/status/dependents/node-detective-sass/ci.yml?branch=main&label=CI&logo=github)](https://github.com/dependents/node-detective-sass/actions/workflows/ci.yml?query=branch%3Amain) [![npm](https://img.shields.io/npm/v/detective-sass)](https://www.npmjs.com/package/detective-sass) [![npm](https://img.shields.io/npm/dm/detective-sass)](https://www.npmjs.com/package/detective-sass) | ||
@@ -3,0 +3,0 @@ > Find the dependencies of a sass file |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6113