Skip to content

Commit

Permalink
fix filter argument parser, #25
Browse files Browse the repository at this point in the history
  • Loading branch information
junstyle committed May 5, 2024
1 parent 3e76a33 commit badfa5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "📍formatter, django template support, highlight, format, prettier, auto-complete",
"author": "junstyle",
"license": "MIT",
"version": "1.0.30",
"version": "1.0.31",
"repository": {
"type": "git",
"url": "https://github.com/junstyle/vscode-django-support"
Expand Down Expand Up @@ -114,7 +114,7 @@
},
"dependencies": {
"prettier": "^2.8.8",
"prettier-plugin-django": "^0.5.13"
"prettier-plugin-django": "^0.5.14"
},
"devDependencies": {
"@types/node": "^16.18.52",
Expand Down

0 comments on commit badfa5d

Please sign in to comment.