This repository was archived by the owner on Oct 23, 2018. It is now read-only.
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 7
7
[ ![ devDependency Status] ( https://img.shields.io/david/mrmlnc/grunt-puglint.svg?style=flat-square )] ( https://david-dm.org/mrmlnc/grunt-puglint#info=dependencies )
8
8
[ ![ devDependency Status] ( https://img.shields.io/david/dev/mrmlnc/grunt-puglint.svg?style=flat-square )] ( https://david-dm.org/mrmlnc/grunt-puglint#info=devDependencies )
9
9
10
+ ![ image] ( https://cloud.githubusercontent.com/assets/7034281/12007446/c55156a8-ac15-11e5-9fda-4be1167c5709.png )
11
+
10
12
## Getting Started
11
13
This plugin requires Grunt ` ~0.4.5 `
12
14
@@ -64,4 +66,5 @@ Plugin can read [.pug-lintrc file](https://github.com/pugjs/pug-lint#configurati
64
66
65
67
## History
66
68
69
+ * ** v0.1.1** [ 2015-12-26] - Add ` xo ` to test section.
67
70
* ** v0.1.0** [ 2015-12-26] - Initial release.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grunt-puglint" ,
3
3
"description" : " Grunt plugin for pug-lint" ,
4
- "version" : " 0.1.0 " ,
4
+ "version" : " 0.1.1 " ,
5
5
"author" : {
6
6
"name" : " Denis Malinochkin" ,
7
7
12
12
"node" : " >= 0.8.0"
13
13
},
14
14
"scripts" : {
15
- "test" : " ava test/test.js"
15
+ "test" : " xo && ava test/test.js"
16
16
},
17
17
"devDependencies" : {
18
18
"ava" : " ^0.8.0" ,
You can’t perform that action at this time.
0 commit comments