diff options
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", |