Skip to content

Commit

Permalink
Merge pull request #13 from kazu69/v0.1.7
Browse files Browse the repository at this point in the history
V0.1.7
  • Loading branch information
kazu69 committed Mar 29, 2017
2 parents 9cf3ad6 + e161a86 commit 32e86df
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.travis.yml
.jshintrc
.gitignore
.git/
.npmignore
node_modules/
log/
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: node_js
node_js:
- '7'
- '6'
- '5'
- '4'
install:
- npm install -g yarn
- yarn install
- yarn check --integrity
cache:
yarn: true
directories:
- node_modules
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
grunt-htmlhint-inline
================

[![Build Status](https://drone.io/github.com/kazu69/grunt-htmlhint-inline/status.png)](https://drone.io/github.com/kazu69/grunt-htmlhint-inline/latest)
[![Build Status](https://travis-ci.org/kazu69/grunt-htmlhint-inline.svg?branch=master)](https://travis-ci.org/kazu69/grunt-htmlhint-inline)

[![NPM](https://nodei.co/npm/grunt-htmlhint-inline.png)](https://nodei.co/npm/grunt-htmlhint-inline/)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-htmlhint-inline",
"description": "Grunt plugin for linting inline html",
"version": "0.1.6",
"version": "0.1.7",
"homepage": "https://github.com/kazu69/grunt-htmlhint-inline",
"main": "tasks/htmlhint-inline.js",
"author": {
Expand Down

0 comments on commit 32e86df

Please sign in to comment.