stylelint-less
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "stylelint-less", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A collection of Less specific rules for stylelint", | ||
@@ -25,7 +25,6 @@ "keywords": [ | ||
}, | ||
"type": "module", | ||
"type": "commonjs", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"src/**/*.js", | ||
"!**/__tests__/*" | ||
"dist" | ||
], | ||
@@ -45,2 +44,4 @@ "babel": { | ||
"@babel/preset-env": "^7.23.6", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"jest": "^29.7.0", | ||
@@ -50,2 +51,3 @@ "jest-preset-stylelint": "^7.0.0", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.9.1", | ||
"stylelint": "^16.0.2" | ||
@@ -57,10 +59,6 @@ }, | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./src/index.js" | ||
} | ||
}, | ||
"scripts": { | ||
"build": "rimraf dist && rollup -c", | ||
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12076
10
4
292
No