Skip to content

Commit 696c19c

Browse files
committed
fix dependency issue...
1 parent 8fbbade commit 696c19c

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

package-lock.json

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "GitHub Issue Notebooks",
44
"description": "GitHub Issue Notebooks for VS Code",
55
"publisher": "ms-vscode",
6-
"version": "0.0.2",
6+
"version": "0.0.3",
77
"repository": {
88
"url": "https://github.com/microsoft/vscode-github-issue-notebooks"
99
},
@@ -134,7 +134,6 @@
134134
"@types/node": "^12.11.7",
135135
"@typescript-eslint/eslint-plugin": "^2.18.0",
136136
"@typescript-eslint/parser": "^2.18.0",
137-
"abort-controller": "^3.0.0",
138137
"eslint": "^6.8.0",
139138
"glob": "^7.1.6",
140139
"husky": "^4.2.3",
@@ -143,6 +142,7 @@
143142
"vscode-test": "^1.3.0"
144143
},
145144
"dependencies": {
145+
"abort-controller": "^3.0.0",
146146
"@octokit/rest": "^17.1.0"
147147
}
148148
}

0 commit comments

Comments
 (0)