Skip to content

Commit fc70b0a

Browse files
committed
update depend packages
1 parent 32c4027 commit fc70b0a

File tree

3 files changed

+797
-1
lines changed

3 files changed

+797
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
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+

package.json

Lines changed: 1 addition & 1 deletion
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)