primer-support
Advanced tools
Comparing version 4.0.7-0 to 4.0.7-1
{ | ||
"version": "4.0.7-0", | ||
"version": "4.0.7-1", | ||
"name": "primer-support", | ||
@@ -18,7 +18,8 @@ "description": "Sass variables, mixins, and functions for use in our components.", | ||
"scripts": { | ||
"test": "stylelint **/*.scss -c .stylelintrc.json -s scss" | ||
"lint": "stylelint **/*.scss -c .stylelintrc.json -s scss", | ||
"test": "npm run lint" | ||
}, | ||
"devDependencies": { | ||
"stylelint": "*", | ||
"stylelint-config-primer": "*" | ||
"stylelint": "^7.13.0", | ||
"stylelint-config-primer": "^2.0.0" | ||
}, | ||
@@ -25,0 +26,0 @@ "keywords": [ |
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
34206