We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ded419 commit a215b99Copy full SHA for a215b99
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postcss-sorting",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "PostCSS plugin to sort rules content with specified order.",
5
"keywords": [
6
"postcss",
@@ -17,12 +17,12 @@
17
},
18
"homepage": "https://github.com/hudochenkov/postcss-sorting",
19
"dependencies": {
20
- "postcss": "^5.0.14"
+ "postcss": "^5.0.16"
21
22
"devDependencies": {
23
"ava": "^0.11.0",
24
"eslint": "^1.10.2",
25
- "postcss-scss": "^0.1.3"
+ "postcss-scss": "^0.1.5"
26
27
"scripts": {
28
"test": "ava && eslint index.js test/test.js",
0 commit comments