Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Dohle authored and Steffen Dohle committed May 31, 2019
1 parent ac34ef2 commit 560fdfb
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -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/*"
]
}

0 comments on commit 560fdfb

Please sign in to comment.