From 560fdfbe67b72f798368d81dbc9fab8d10d249a8 Mon Sep 17 00:00:00 2001 From: Steffen Dohle Date: Fri, 31 May 2019 12:24:30 +0200 Subject: [PATCH] 1.0.2 --- package-lock.json | 2 +- package.json | 80 +++++++++++++++++++++++------------------------ 2 files changed, 41 insertions(+), 41 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1afa176..f3fa253 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@rosen-group/tslint-custom-rule-checkfortag", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4d1f73a..375c814 100644 --- a/package.json +++ b/package.json @@ -1,40 +1,40 @@ -{ - "name": "@rosen-group/tslint-custom-rule-checkfortag", - "version": "1.0.1", - "description": "Custom TsLint rule to find a Tag (specified by rule option) in typescript api documentation (e.g. JsDoc) comments", - "scripts": { - "build": "tsc -p .", - "test": "tslint --rules-dir ./dist --test test/**/tslint.json " - }, - "repository": { - "type": "git", - "url": "git+https://github.com/rosen-group/tslint-custom-rule-checkfortag.git" - }, - "contributors": [ - { - "name": "Steffen Dohle", - "url": "https://www.rosen-group.com" - } - ], - "keywords": [ - "TsLint", - "Rule", - "Tag" - ], - "author": "ROSEN Group", - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/rosen-group/tslint-custom-rule-checkfortag/issues" - }, - "homepage": "https://www.rosen-group.com", - "dependencies": { - "tslint": "^5.14.0" - }, - "devDependencies": { - "@types/node": "^11.11.3", - "typescript": "^3.3.3333" - }, - "files": [ - "dist/*" - ] -} +{ + "name": "@rosen-group/tslint-custom-rule-checkfortag", + "version": "1.0.2", + "description": "Custom TsLint rule to find a Tag (specified by rule option) in typescript api documentation (e.g. JsDoc) comments", + "scripts": { + "build": "tsc -p .", + "test": "tslint --rules-dir ./dist --test test/**/tslint.json " + }, + "repository": { + "type": "git", + "url": "git+https://github.com/rosen-group/tslint-custom-rule-checkfortag.git" + }, + "contributors": [ + { + "name": "Steffen Dohle", + "url": "https://www.rosen-group.com" + } + ], + "keywords": [ + "TsLint", + "Rule", + "Tag" + ], + "author": "ROSEN Group", + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/rosen-group/tslint-custom-rule-checkfortag/issues" + }, + "homepage": "https://www.rosen-group.com", + "dependencies": { + "tslint": "^5.14.0" + }, + "devDependencies": { + "@types/node": "^11.11.3", + "typescript": "^3.3.3333" + }, + "files": [ + "dist/*" + ] +}