fix: add runner as a dependency of cli (#14)

This commit is contained in:
Morten Olsen
2024-01-12 22:20:41 +01:00
committed by GitHub
parent ecce49209f
commit 4f183310a6
2 changed files with 5 additions and 5 deletions

View File

@@ -20,6 +20,7 @@
}
},
"dependencies": {
"@morten-olsen/mini-loader-runner": "workspace:^",
"@rollup/plugin-auto-install": "^3.0.5",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
@@ -38,7 +39,6 @@
},
"devDependencies": {
"@morten-olsen/mini-loader-configs": "workspace:^",
"@morten-olsen/mini-loader-runner": "workspace:^",
"@morten-olsen/mini-loader-server": "workspace:^",
"@types/inquirer": "^9.0.7",
"typescript": "^5.3.3"
@@ -48,4 +48,4 @@
"type": "git",
"url": "https://github.com/morten-olsen/mini-loader"
}
}
}