Skip to content

Commit

Permalink
Fix #387
Browse files Browse the repository at this point in the history
  • Loading branch information
alefragnani committed Feb 15, 2021
1 parent 1739fcd commit f9c74bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "Bookmarks",
"displayName": "Bookmarks",
"description": "Mark lines and jump to them",
"version": "13.0.0",
"version": "13.0.1",
"publisher": "alefragnani",
"engines": {
"vscode": "^1.50.0"
"vscode": "^1.51.0"
},
"extensionKind": [
"ui",
Expand Down Expand Up @@ -499,7 +499,7 @@
},
"devDependencies": {
"@types/node": "^10.14.17",
"@types/vscode": "^1.50.0",
"@types/vscode": "^1.51.0",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"eslint": "^7.2.0",
Expand Down

0 comments on commit f9c74bd

Please sign in to comment.