summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2018-03-02 21:34:02 +0100
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2018-03-02 21:42:35 +0100
commitb837545df65a31ba5dac154644c359c2a55d1531 (patch)
tree4160556a5d8fa2a1ee8d08419e939c6596b1c514 /package.json
parent67d19d44cee92facc0f0dfd1514706f5b7f3a2fa (diff)
downloaddoxdocgen-b837545df65a31ba5dac154644c359c2a55d1531.tar.gz
Add config changed notification
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index cb5db10..0ba91da 100644
--- a/package.json
+++ b/package.json
@@ -193,7 +193,8 @@
"test": "npm run compile && node ./node_modules/vscode/bin/test"
},
"dependencies": {
- "moment": "^2.20.1"
+ "moment": "^2.20.1",
+ "opn": "^5.2.0"
},
"devDependencies": {
"@types/mocha": "^2.2.48",