primer-base
Advanced tools
Comparing version 1.2.0-alpha.d7875d5c to 1.3.0-alpha.47779470
{ | ||
"version": "1.2.0-alpha.d7875d5c", | ||
"version": "1.3.0-alpha.47779470", | ||
"name": "primer-base", | ||
@@ -22,11 +22,12 @@ "description": "CSS to reset the browsers default styles", | ||
"prepare": "npm run build", | ||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" | ||
"lint": "stylelint **/*.scss -c .stylelintrc.json -s scss", | ||
"test": "npm run build && npm run lint" | ||
}, | ||
"dependencies": { | ||
"primer-support": "^4.1.0-alpha.d7875d5c" | ||
"primer-support": "^4.2.0-alpha.47779470" | ||
}, | ||
"devDependencies": { | ||
"primer-module-build": "*", | ||
"stylelint": "*", | ||
"stylelint-config-primer": "*" | ||
"stylelint": "^7.13.0", | ||
"stylelint-config-primer": "^2.0.0" | ||
}, | ||
@@ -33,0 +34,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
27055