Skip to content

Commit

Permalink
fix dependency issue...
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Mar 31, 2020
1 parent 8fbbade commit 696c19c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "GitHub Issue Notebooks",
"description": "GitHub Issue Notebooks for VS Code",
"publisher": "ms-vscode",
"version": "0.0.2",
"version": "0.0.3",
"repository": {
"url": "https://github.com/microsoft/vscode-github-issue-notebooks"
},
Expand Down Expand Up @@ -134,7 +134,6 @@
"@types/node": "^12.11.7",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"abort-controller": "^3.0.0",
"eslint": "^6.8.0",
"glob": "^7.1.6",
"husky": "^4.2.3",
Expand All @@ -143,6 +142,7 @@
"vscode-test": "^1.3.0"
},
"dependencies": {
"abort-controller": "^3.0.0",
"@octokit/rest": "^17.1.0"
}
}

0 comments on commit 696c19c

Please sign in to comment.