Skip to content

Commit

Permalink
fix: include dependency (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
rturnq authored Apr 11, 2024
1 parent edcb6fa commit 9cf3be1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chilly-apricots-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@marko/vite": patch
---

Move transform lib to dependencies from devDependencies
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"author": "Dylan Piercey <[email protected]>",
"bugs": "https://github.com/marko-js/vite/issues",
"dependencies": {
"@chialab/cjs-to-esm": "^0.18.0",
"anymatch": "^3.1.3",
"domelementtype": "^2.3.0",
"domhandler": "^5.0.3",
Expand All @@ -15,7 +16,6 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@chialab/cjs-to-esm": "^0.18.0",
"@marko/compiler": "^5.34.7",
"@marko/fixture-snapshots": "^2.2.1",
"@marko/testing-library": "^6.2.0",
Expand Down

0 comments on commit 9cf3be1

Please sign in to comment.