Skip to content

Commit

Permalink
Move vue sfc compiler to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
psalaets committed Jun 2, 2023
1 parent a09b2c0 commit 9e586eb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
24 changes: 19 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"author": "Paul Salaets <[email protected]>",
"license": "MIT",
"devDependencies": {
"@vue/compiler-sfc": "^3.3.4",
"jest": "^29.5.0",
"np": "^8.0.2"
},
"dependencies": {
"@vue/compiler-sfc": "^3.3.4",
"indent-string": "^5.0.0"
}
}

0 comments on commit 9e586eb

Please sign in to comment.