postcss-sort-media-queries
Advanced tools
Comparing version 3.1.1 to 3.2.3
@@ -8,2 +8,8 @@ # Change Log | ||
## [3.2.3] 2021-01-19 | ||
- Update **postcss** to [postcss/releases/tag/8.2.4](https://github.com/postcss/postcss/releases/tag/8.2.4) | ||
- Update dev dependencies | ||
- Move to organization Solvers Group | ||
## [3.1.1] 2021-01-08 | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "postcss-sort-media-queries", | ||
"version": "3.1.1", | ||
"version": "3.2.3", | ||
"description": "PostCSS plugin for combine and sort CSS media queries with mobile first or desktop first methods.", | ||
@@ -19,8 +19,8 @@ "keywords": [ | ||
"type": "git", | ||
"url": "https://github.com/yunusga/postcss-sort-media-queries.git" | ||
"url": "https://github.com/solversgroup/postcss-sort-media-queries.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/yunusga/postcss-sort-media-queries/issues" | ||
"url": "https://github.com/solversgroup/postcss-sort-media-queries/issues" | ||
}, | ||
"homepage": "https://github.com/yunusga/postcss-sort-media-queries", | ||
"homepage": "https://github.com/solversgroup/postcss-sort-media-queries", | ||
"scripts": { | ||
@@ -36,6 +36,6 @@ "test": "jest-ci --coverage && eslint-ci ." | ||
"devDependencies": { | ||
"eslint": "^7.17.0", | ||
"eslint": "^7.18.0", | ||
"eslint-ci": "^1.0.0", | ||
"eslint-plugin-jest": "^24.1.3", | ||
"husky": "^4.3.7", | ||
"husky": "^4.3.8", | ||
"jest": "^26.6.3", | ||
@@ -45,7 +45,7 @@ "jest-ci": "^0.1.1", | ||
"lint-staged": "^10.5.3", | ||
"postcss": "^8.2.3", | ||
"postcss": "^8.2.4", | ||
"postcss-nested": "^5.0.3" | ||
}, | ||
"peerDependencies": { | ||
"postcss": "^8.2.3" | ||
"postcss": "^8.2.4" | ||
}, | ||
@@ -52,0 +52,0 @@ "husky": { |
# PostCSS Sort Media Queries | ||
[PostCSS]: https://github.com/postcss/postcss | ||
[ci-img]: https://travis-ci.org/yunusga/postcss-sort-media-queries.svg | ||
[ci]: https://travis-ci.org/yunusga/postcss-sort-media-queries | ||
[MIT]: https://github.com/yunusga/postcss-sort-media-queries/blob/master/LICENSE | ||
[ci-img]: https://travis-ci.org/solversgroup/postcss-sort-media-queries.svg | ||
[ci]: https://travis-ci.org/solversgroup/postcss-sort-media-queries | ||
[MIT]: https://github.com/solversgroup/postcss-sort-media-queries/blob/master/LICENSE | ||
[official docs]: https://github.com/postcss/postcss#usage | ||
[Releases history]: https://github.com/yunusga/postcss-sort-media-queries/blob/master/CHANGELOG.md | ||
[Releases history]: https://github.com/solversgroup/postcss-sort-media-queries/blob/master/CHANGELOG.md | ||
@@ -189,3 +189,3 @@ [![npm](https://img.shields.io/npm/v/postcss-sort-media-queries.svg)](https://www.npmjs.com/package/postcss-sort-media-queries) [![Build Status][ci-img]][ci] | ||
- [`postcss-momentum-scrolling`](https://github.com/yunusga/postcss-momentum-scrolling) - plugin for adding **momentum** style scrolling behavior (`-webkit-overflow-scrolling:touch`) for elements with overflow (scroll, auto) on iOS | ||
- [`postcss-momentum-scrolling`](https://github.com/solversgroup/postcss-momentum-scrolling) - plugin for adding **momentum** style scrolling behavior (`-webkit-overflow-scrolling:touch`) for elements with overflow (scroll, auto) on iOS | ||
@@ -192,0 +192,0 @@ ## Thanks 💪 |
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
13032
5