primer-navigation
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -0,1 +1,7 @@ | ||
# v0.2.1 | ||
* Bumping version to include postcss.json in npm - Jon Rohan [github/github@9e560ba](https://github.com/github/github/commit/9e560ba) | ||
* Using stylelint to lint the modules instead of scss_lint - Jon Rohan [github/github@cb0b8fd](https://github.com/github/github/commit/cb0b8fd) | ||
* Updating for stylelint instead of scss_lint - Jon Rohan [github/github@87a2c68](https://github.com/github/github/commit/87a2c68) | ||
# v0.2.0 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"name": "primer-navigation", | ||
@@ -19,3 +19,3 @@ "description": "Singular purpose and flexible navigation elements.", | ||
"build": "npm run setup && npm run preprocess", | ||
"lint": "scss-lint **/*.scss", | ||
"lint": "stylelint **/*.scss -c .stylelintrc.json -s scss", | ||
"preprocess": "node-sass index.scss --include-path node_modules | postcss -c .postcss.json -o build/build.css", | ||
@@ -31,3 +31,6 @@ "setup": "npm install", | ||
"node-sass": "^3.7.0", | ||
"postcss-cli": "^2.5.2" | ||
"postcss-cli": "^2.5.2", | ||
"stylelint": "^6.5.1", | ||
"stylelint-at-rule-import-path": "^1.0.2", | ||
"stylelint-value-border-zero": "^1.0.2" | ||
}, | ||
@@ -34,0 +37,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
12133
6