From d35f2d023682a5466252d4ac06d6dea0a09f4b82 Mon Sep 17 00:00:00 2001 From: alexesprit Date: Fri, 14 Aug 2020 19:45:27 +0300 Subject: [PATCH] Release v0.1.0 --- package-lock.json | 2 +- package.json | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96e8a36..ac8862b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gulp-html-validate", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fadfc38..cf41b24 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,19 @@ { "name": "gulp-html-validate", - "version": "0.0.1", + "version": "0.1.0", "author": "Alexey ", "description": "Validate files with `html-validate`", "license": "MIT", "main": "index.js", - "files": ["index.js"], - "keywords": ["gulpplugin", "html", "html-validate", "lint"], + "files": [ + "index.js" + ], + "keywords": [ + "gulpplugin", + "html", + "html-validate", + "lint" + ], "repository": { "type": "git", "url": "https://github.com/test-room-7/gulp-html-validate.git"