Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit f149d00

Browse files
committed
replace yarn with npm
1 parent c798e05 commit f149d00

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

package-lock.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
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.1.1",
6+
"version": "3.1.4",
77
"publisher": "sdras",
88
"engines": {
99
"vscode": "^1.14.0"
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {
1616
"build": "vsce package -o vue-vscode-snippets-$npm_package_version.vsix",
17-
"install": "yarn build && code --install-extension vue-vscode-snippets-$npm_package_version.vsix"
17+
"install": "npm run build && code --install-extension vue-vscode-snippets-$npm_package_version.vsix"
1818
},
1919
"keywords": [
2020
"Vue",

0 commit comments

Comments
 (0)