Skip to content

Commit

Permalink
Fixed the dependencies type.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-vlc committed Aug 1, 2022
1 parent 9bf8a3b commit fb19093
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "path-autocomplete",
"displayName": "Path Autocomplete",
"description": "Provides path completion for visual studio code and VS Code for Web.",
"version": "1.20.1",
"version": "1.20.2",
"publisher": "ionutvmi",
"icon": "icon.png",
"repository": {
Expand Down Expand Up @@ -41,7 +41,8 @@
"watch-web": "webpack --watch --config ./build/web-extension.webpack.config.js"
},
"dependencies": {
"minimatch": "5.0.1"
"minimatch": "5.0.1",
"normalize-path": "3.0.0"
},
"devDependencies": {
"@types/minimatch": "3.0.5",
Expand All @@ -51,7 +52,6 @@
"@typescript-eslint/parser": "5.31.0",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"normalize-path": "3.0.0",
"os-browserify": "0.3.0",
"path-browserify": "1.0.1",
"prettier": "2.5.1",
Expand Down

0 comments on commit fb19093

Please sign in to comment.