Skip to content

Commit d714eb0

Browse files
authored
Merge pull request #11 from kazu69/v0.1.6
v0.1.6
2 parents 32c4027 + fc70b0a commit d714eb0

File tree

3 files changed

+797
-1
lines changed

3 files changed

+797
-1
lines changed

Diff for: .gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ node_modules
22
npm-debug.log
33
tmp
44
log
5+
.git
6+
test
7+
.jshintrc
8+
.htmlhintrc
9+

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-htmlhint-inline",
33
"description": "Grunt plugin for linting inline html",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"homepage": "https://github.com/kazu69/grunt-htmlhint-inline",
66
"main": "tasks/htmlhint-inline.js",
77
"author": {

0 commit comments

Comments
 (0)