Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Feb 22, 2016
1 parent 8ded419 commit a215b99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-sorting",
"version": "1.2.0",
"version": "1.2.1",
"description": "PostCSS plugin to sort rules content with specified order.",
"keywords": [
"postcss",
Expand All @@ -17,12 +17,12 @@
},
"homepage": "https://github.com/hudochenkov/postcss-sorting",
"dependencies": {
"postcss": "^5.0.14"
"postcss": "^5.0.16"
},
"devDependencies": {
"ava": "^0.11.0",
"eslint": "^1.10.2",
"postcss-scss": "^0.1.3"
"postcss-scss": "^0.1.5"
},
"scripts": {
"test": "ava && eslint index.js test/test.js",
Expand Down

0 comments on commit a215b99

Please sign in to comment.