Skip to content

Commit

Permalink
fix: move @volar/vue-language-core to devDependencies for pug plugin
Browse files Browse the repository at this point in the history
close #2002
  • Loading branch information
johnsoncodehk committed Oct 13, 2022
1 parent c135333 commit ba1dd28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions pnpm-lock.yaml

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

6 changes: 4 additions & 2 deletions vue-language-tools/vue-language-plugin-pug/package.json
Expand Up @@ -12,9 +12,11 @@
"url": "https://github.com/johnsoncodehk/volar.git",
"directory": "vue-language-tools/vue-language-plugin-pug"
},
"devDependencies": {
"@volar/vue-language-core": "1.0.6"
},
"dependencies": {
"@volar/pug-language-service": "1.0.6",
"@volar/source-map": "1.0.6",
"@volar/vue-language-core": "1.0.6"
"@volar/source-map": "1.0.6"
}
}

0 comments on commit ba1dd28

Please sign in to comment.