Skip to content

Commit

Permalink
Move vite to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-koddi committed Jun 13, 2023
1 parent 7986bd6 commit c81ca23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"homepage": "https://koddidev.github.io/blog-integrating-sponsored-listings/",
"dependencies": {
"pubsub-js": "^1.9.4",
"url-join": "^5.0.0",
"url-join": "^5.0.0"
},
"devDependencies": {
"vite": "^3.2.7"
}
}

0 comments on commit c81ca23

Please sign in to comment.