Skip to content

Commit

Permalink
chore: move dep to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Jun 9, 2024
1 parent 69a58e0 commit a0517bb
Show file tree
Hide file tree
Showing 3 changed files with 1,280 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default {
})
},
enhanceApp: (ctx) => {

matomo({
router: ctx.router,
siteID: 9, // Replace with your site id
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
"prebuild": "cd docs/.installation_instructions && make didroom-microservices-installer.sh"
},
"devDependencies": {
"@datagouv/vitepress-plugin-matomo": "^1.0.5",
"vitepress": "^1.0.2",
"vitepress-sidebar": "^1.22.0",
"vue": "^3.4.21"
},
"dependencies": {
"@datagouv/vitepress-plugin-matomo": "^1.0.5"
}
}
Loading

0 comments on commit a0517bb

Please sign in to comment.