summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorChristoph Schlosser <2466365+cschlosser@users.noreply.github.com>2020-10-03 19:17:42 +0200
committerGitHub <noreply@github.com>2020-10-03 19:17:42 +0200
commit00f7ec244e65f4d9e1ec25f693c62c9f4f1a2581 (patch)
treefbc629542cb46c3aef32ea7d028b9c9bb5d4f1f9 /package.json
parent15dcabb5903b68bbc8b490b1d0e220d13acf63b7 (diff)
downloaddoxdocgen-00f7ec244e65f4d9e1ec25f693c62c9f4f1a2581.tar.gz
Cleanup (#174)
* Remove old username references * Remove badge * Fix dependabot alert
Diffstat (limited to 'package.json')
-rw-r--r--package.json27
1 files changed, 11 insertions, 16 deletions
diff --git a/package.json b/package.json
index a596b10..4e2618b 100644
--- a/package.json
+++ b/package.json
@@ -12,24 +12,19 @@
],
"badges": [
{
- "url": "https://travis-ci.org/christophschlosser/doxdocgen.svg?branch=master",
- "href": "https://travis-ci.org/christophschlosser/doxdocgen",
+ "url": "https://travis-ci.org/cschlosser/doxdocgen.svg?branch=master",
+ "href": "https://travis-ci.org/cschlosser/doxdocgen",
"description": "Continuous Integration (Travis)"
},
{
- "url": "https://ci.appveyor.com/api/projects/status/4h84071p9tv0y9r6?svg=true",
- "href": "https://ci.appveyor.com/project/christophschlosser/doxdocgen",
+ "url": "https://ci.appveyor.com/api/projects/status/sg55990fbxtsfnvk/branch/master?svg=true",
+ "href": "https://ci.appveyor.com/project/cschlosser/doxdocgen",
"description": "Continuous Integration (AppVeyor)"
},
{
- "url": "https://codecov.io/gh/christophschlosser/doxdocgen/branch/master/graph/badge.svg",
- "href": "https://codecov.io/gh/christophschlosser/doxdocgen",
+ "url": "https://codecov.io/gh/cschlosser/doxdocgen/branch/master/graph/badge.svg",
+ "href": "https://codecov.io/gh/cschlosser/doxdocgen",
"description": "Code coverage"
- },
- {
- "url": "https://isitmaintained.com/badge/resolution/christophschlosser/doxdocgen.svg",
- "href": "https://isitmaintained.com/project/christophschlosser/doxdocgen",
- "description": "Response time for issues"
}
],
"activationEvents": [
@@ -224,8 +219,7 @@
"array",
"string"
],
- "default": [
- ]
+ "default": []
},
"doxdocgen.generic.filteredKeywords": {
"description": "Array of keywords that should be removed from the input prior to parsing.",
@@ -246,10 +240,10 @@
"main": "./out/extension",
"repository": {
"type": "git",
- "url": "https://github.com/christophschlosser/doxdocgen.git"
+ "url": "https://github.com/cschlosser/doxdocgen.git"
},
"bugs": {
- "url": "https://github.com/christophschlosser/doxdocgen/labels/bug"
+ "url": "https://github.com/cschlosser/doxdocgen/labels/bug"
},
"scripts": {
"vscode:prepublish": "npm run compile",
@@ -273,6 +267,7 @@
"remap-istanbul": "^0.13.0",
"tslint": "^5.20.0",
"typescript": "^2.7.2",
- "vscode": "^1.1.36"
+ "vscode": "^1.1.36",
+ "yargs-parser": ">=13.1.2"
}
}