File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
1
+ .travis.yml
2
+ .jshintrc
3
+ .gitignore
4
+ .git /
5
+ .npmignore
6
+ node_modules /
7
+ log /
Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ node_js :
3
+ - ' 7'
4
+ - ' 6'
5
+ - ' 5'
6
+ - ' 4'
7
+ install :
8
+ - npm install -g yarn
9
+ - yarn install
10
+ - yarn check --integrity
11
+ cache :
12
+ yarn : true
13
+ directories :
14
+ - node_modules
Original file line number Diff line number Diff line change 1
1
grunt-htmlhint-inline
2
2
================
3
3
4
- [ ![ Build Status] ( https://drone.io/github.com/ kazu69/grunt-htmlhint-inline/status.png )] ( https://drone.io/github.com/ kazu69/grunt-htmlhint-inline/latest )
4
+ [ ![ Build Status] ( https://travis-ci.org/ kazu69/grunt-htmlhint-inline.svg?branch=master )] ( https://travis-ci.org/ kazu69/grunt-htmlhint-inline )
5
5
6
6
[ ![ NPM] ( https://nodei.co/npm/grunt-htmlhint-inline.png )] ( https://nodei.co/npm/grunt-htmlhint-inline/ )
7
7
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grunt-htmlhint-inline" ,
3
3
"description" : " Grunt plugin for linting inline html" ,
4
- "version" : " 0.1.6 " ,
4
+ "version" : " 0.1.7 " ,
5
5
"homepage" : " https://github.com/kazu69/grunt-htmlhint-inline" ,
6
6
"main" : " tasks/htmlhint-inline.js" ,
7
7
"author" : {
You can’t perform that action at this time.
0 commit comments