Skip to content

Commit 2b5a4d3

Browse files
committed
remove extension dependencies
1 parent 841a4a5 commit 2b5a4d3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the "vue-vscode-snippets" extension will be documented in this file.
44

5+
## 3.1.0
6+
7+
- Remove any extension dependencies
8+
59
## 3.0.0
610

711
- Vetur -> Volar, extension dependencies

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Vue VSCode Snippets",
44
"description": "Snippets that will supercharge your Vue workflow",
55
"icon": "images/vue-logo.png",
6-
"version": "3.0.0",
6+
"version": "3.1.0",
77
"publisher": "sdras",
88
"engines": {
99
"vscode": "^1.14.0"
@@ -23,9 +23,6 @@
2323
"Composition API",
2424
"Vue Snippets"
2525
],
26-
"extensionDependencies": [
27-
"johnsoncodehk.volar"
28-
],
2926
"categories": [
3027
"Snippets"
3128
],

0 commit comments

Comments
 (0)