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 11grunt-htmlhint-inline
22================
33
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 )
55
66[ ![ NPM] ( https://nodei.co/npm/grunt-htmlhint-inline.png )] ( https://nodei.co/npm/grunt-htmlhint-inline/ )
77
Original file line number Diff line number Diff line change 11{
22 "name" : " grunt-htmlhint-inline" ,
33 "description" : " Grunt plugin for linting inline html" ,
4- "version" : " 0.1.6 " ,
4+ "version" : " 0.1.7 " ,
55 "homepage" : " https://github.com/kazu69/grunt-htmlhint-inline" ,
66 "main" : " tasks/htmlhint-inline.js" ,
77 "author" : {
You can’t perform that action at this time.
0 commit comments