Skip to content

Commit

Permalink
v2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 21, 2016
1 parent ce67536 commit def72ff
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ node_js:
- "0.12"
- "4"
- "5"
- "6"
- "iojs"

matrix:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
v2.0.0:
date: 2016-09-22
changes:
- Update (dev)dependecies including to csslint to v1.0.3.
v1.0.0:
date: 2016-03-04
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# grunt-contrib-csslint v1.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-csslint.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-csslint) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ls0y0jy0qni18gby/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-csslint/branch/master)
# grunt-contrib-csslint v2.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-csslint.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-csslint) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ls0y0jy0qni18gby/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-csslint/branch/master)

> Lint CSS files
Expand Down Expand Up @@ -233,6 +233,7 @@ csslint: {

## Release History

* 2016-09-22   v2.0.0   Update (dev)dependecies including to csslint to v1.0.3.
* 2016-03-04   v1.0.0   Point main to task and remove peerDeps. Updates to docs.
* 2015-07-18   v0.5.0   Add ability to register custom formatters.
* 2015-01-18   v0.4.0   The `.csslintrc` file can now contain comments.
Expand All @@ -247,4 +248,4 @@ csslint: {

Task submitted by [Jörn Zaefferer](http://bassistance.de)

*This file was generated on Fri Mar 18 2016 18:52:23.*
*This file was generated on Thu Sep 22 2016 02:55:13.*
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -15,6 +15,8 @@ environment:
platform: x86
- nodejs_version: "5"
platform: x86
- nodejs_version: "6"
platform: x86

install:
- ps: Install-Product node $env:nodejs_version $env:platform
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-csslint",
"description": "Lint CSS files",
"version": "1.0.0",
"version": "2.0.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand Down

2 comments on commit def72ff

@XhmikosR
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vladikoff: please publish this to npm.

@vladikoff
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯 💯 👍

Please sign in to comment.