Skip to content

Commit a215b99

Browse files
committed
Bump dependencies
1 parent 8ded419 commit a215b99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-sorting",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "PostCSS plugin to sort rules content with specified order.",
55
"keywords": [
66
"postcss",
@@ -17,12 +17,12 @@
1717
},
1818
"homepage": "https://github.com/hudochenkov/postcss-sorting",
1919
"dependencies": {
20-
"postcss": "^5.0.14"
20+
"postcss": "^5.0.16"
2121
},
2222
"devDependencies": {
2323
"ava": "^0.11.0",
2424
"eslint": "^1.10.2",
25-
"postcss-scss": "^0.1.3"
25+
"postcss-scss": "^0.1.5"
2626
},
2727
"scripts": {
2828
"test": "ava && eslint index.js test/test.js",

0 commit comments

Comments
 (0)