Skip to content

Commit 3a15899

Browse files
committed
Merge pull request #8 from GitScrum/issue-4
Issue #4
2 parents 6c8b948 + 3a6fe02 commit 3a15899

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.0.14] - 22-01-2016
2+
### Change
3+
- update xo to v0.12.1
4+
- compile run
5+
16
## [0.0.13] - 26-12-2015
27
### Change
38
- update lodash to v4.*

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-at-rules-variables",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "PostCss plugin to use CSS Custom Properties in at-rule @each, @for, @if, @else ",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -44,7 +44,7 @@
4444
"coveralls": "^2.11.4",
4545
"isparta": "^4.0.0",
4646
"mocha": "^2.3.4",
47-
"xo": "^0.11.2"
47+
"xo": "^0.12.1"
4848
},
4949
"bugs": {
5050
"url": "https://github.com/gitscrum/postcss-at-rules-variables/issues"

0 commit comments

Comments
 (0)