Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Commit 6addbba

Browse files
committed
0.1.1
1 parent 59cf5e3 commit 6addbba

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
[![devDependency Status](https://img.shields.io/david/mrmlnc/grunt-puglint.svg?style=flat-square)](https://david-dm.org/mrmlnc/grunt-puglint#info=dependencies)
88
[![devDependency Status](https://img.shields.io/david/dev/mrmlnc/grunt-puglint.svg?style=flat-square)](https://david-dm.org/mrmlnc/grunt-puglint#info=devDependencies)
99

10+
![image](https://cloud.githubusercontent.com/assets/7034281/12007446/c55156a8-ac15-11e5-9fda-4be1167c5709.png)
11+
1012
## Getting Started
1113
This plugin requires Grunt `~0.4.5`
1214

@@ -64,4 +66,5 @@ Plugin can read [.pug-lintrc file](https://github.com/pugjs/pug-lint#configurati
6466

6567
## History
6668

69+
* **v0.1.1** [2015-12-26] - Add `xo` to test section.
6770
* **v0.1.0** [2015-12-26] - Initial release.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-puglint",
33
"description": "Grunt plugin for pug-lint",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"author": {
66
"name": "Denis Malinochkin",
77
"email": "[email protected]"
@@ -12,7 +12,7 @@
1212
"node": ">= 0.8.0"
1313
},
1414
"scripts": {
15-
"test": "ava test/test.js"
15+
"test": "xo && ava test/test.js"
1616
},
1717
"devDependencies": {
1818
"ava": "^0.8.0",

0 commit comments

Comments
 (0)