Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Sep 14, 2015
1 parent ddd0e9e commit 92c58e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.3 (2015-09-14)

Updated: PostCSS 5.0.5
Updated: PostCSS Partial Import 1.3.0

## 1.1.2 (2015-09-08)

Updated: PostCSS Partial Import 1.1.1
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "precss",
"version": "1.1.2",
"version": "1.1.3",
"description": "Use Sass-like markup in your CSS",
"keywords": [
"postcss",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/jonathantneal/precss",
"dependencies": {
"postcss": "^5.0.4",
"postcss": "^5.0.5",
"postcss-advanced-variables": "1.1.0",
"postcss-color-function": "^2.0.0",
"postcss-custom-media": "^5.0.0",
Expand All @@ -42,7 +42,7 @@
"postcss-media-minmax": "^2.1.0",
"postcss-mixins": "^1.0.0",
"postcss-nested": "^1.0.0",
"postcss-partial-import": "^1.1.1",
"postcss-partial-import": "^1.3.0",
"postcss-selector-matches": "^2.0.0",
"postcss-selector-not": "^2.0.0"
},
Expand Down

0 comments on commit 92c58e2

Please sign in to comment.