primer-support
Advanced tools
Comparing version 4.1.0-alpha.9d047e94 to 4.1.0-alpha.a246e616
{ | ||
"version": "4.1.0-alpha.9d047e94", | ||
"version": "4.1.0-alpha.a246e616", | ||
"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": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
34224