Skip to content

Commit

Permalink
Releasing v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Jun 16, 2019
1 parent 9ecb975 commit 14b8f23
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "docomment",
"version": "0.1.7",
"version": "0.1.8",
"publisher": "k--kato",
"engines": {
"vscode": "^1.33.1"
"vscode": "^1.35.0"
},
"displayName": "C# XML Documentation Comments",
"description": "Generate C# XML documentation comments for ///",
Expand Down Expand Up @@ -228,14 +228,14 @@
],
"dependencies": {},
"devDependencies": {
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.2",
"coveralls": "^3.0.3",
"@types/mocha": "^5.2.7",
"@types/node": "^12.0.8",
"coveralls": "^3.0.4",
"istanbul": "^0.4.5",
"mocha": "^6.1.4",
"mocha-lcov-reporter": "^1.3.0",
"tslint": "^5.16.0",
"typescript": "^3.4.5",
"tslint": "^5.17.0",
"typescript": "^3.5.2",
"vscode": "^1.1.34"
},
"extensionDependencies": [],
Expand Down

0 comments on commit 14b8f23

Please sign in to comment.