Skip to content

Commit d35f2d0

Browse files
committed
Release v0.1.0
1 parent 0a96aea commit d35f2d0

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
{
22
"name": "gulp-html-validate",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"author": "Alexey <[email protected]>",
55
"description": "Validate files with `html-validate`",
66
"license": "MIT",
77
"main": "index.js",
8-
"files": ["index.js"],
9-
"keywords": ["gulpplugin", "html", "html-validate", "lint"],
8+
"files": [
9+
"index.js"
10+
],
11+
"keywords": [
12+
"gulpplugin",
13+
"html",
14+
"html-validate",
15+
"lint"
16+
],
1017
"repository": {
1118
"type": "git",
1219
"url": "https://github.com/test-room-7/gulp-html-validate.git"

0 commit comments

Comments
 (0)