Skip to content

Commit

Permalink
Fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JennieJi committed Apr 19, 2020
1 parent d30f781 commit 6e402f5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
"engines": {
"vscode": "^1.43.0"
},
"keywords": [
"gitlab",
"snippet",
"share",
"productivity"
],
"categories": [
"Other"
],
Expand Down Expand Up @@ -178,6 +184,7 @@
"test": "node ./out/test/runTest.js"
},
"devDependencies": {
"@types/node-fetch": "^2.5.6",
"@types/glob": "^7.1.1",
"@types/mocha": "^7.0.1",
"@types/node": "^12.11.7",
Expand All @@ -187,11 +194,10 @@
"eslint": "^6.8.0",
"glob": "^7.1.6",
"mocha": "^7.0.1",
"node-fetch": "^2.6.0",
"typescript": "^3.7.5",
"vscode-test": "^1.3.0"
},
"dependencies": {
"@types/node-fetch": "^2.5.6"
"node-fetch": "^2.6.0"
}
}

0 comments on commit 6e402f5

Please sign in to comment.