diff options
| author | Christoph Schlosser <christoph@linux.com> | 2018-02-21 00:11:34 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2018-02-21 00:23:20 +0100 |
| commit | bd99c6c5c78d1594ce83e31fdbb3176f49f78821 (patch) | |
| tree | 6c1d8a54b08f41c43ac072d730c070f330295625 /package.json | |
| parent | bb847724f5a3bbfcf55e044cea1c0c72c5f07386 (diff) | |
| download | doxdocgen-bd99c6c5c78d1594ce83e31fdbb3176f49f78821.tar.gz | |
Replace some JS stuff with TS and some cleaning up
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json index c91d8dd..d70e235 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,10 @@ }, "icon": "images/icon.png", "keywords": [ - "cpp", "c++", "c", "doxygen" + "cpp", + "c++", + "c", + "doxygen" ], "license": "SEE LICENSE IN LICENSE", "main": "./out/extension", @@ -111,7 +114,7 @@ "typescript": "^2.7.2", "vscode": "^1.1.10", "@types/node": "^7.0.43", - "@types/mocha": "^2.2.42", + "@types/mocha": "^2.2.48", "tslint": "^5.9.1", "istanbul": "^0.4.5", "mocha": "^5.0.1", |