Skip to content

Commit

Permalink
mv cac dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaring committed Sep 10, 2021
1 parent b81eea0 commit 15aa1a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/origin-vue/package.json
Expand Up @@ -44,6 +44,7 @@
"@vueuse/core": "^6.3.2",
"@vueuse/head": "^0.5.1",
"autoprefixer": "^10.3.4",
"cac": "^6.7.3",
"critters": "^0.0.10",
"ipfs-base": "^1.1.0",
"pinia": "^2.0.0-rc.8",
Expand All @@ -64,7 +65,6 @@
"vue-router": "^4.0.11"
},
"devDependencies": {
"cac": "^6.7.3",
"rimraf": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/origin-vue/src/cli/index.ts
Expand Up @@ -5,7 +5,7 @@ import { spawn } from 'child_process'
import { cac } from 'cac'

/**
* Origin Cli vite wrapper for core app methods
* Origin cli vite wrapper for core app methods
* Allows control for rendering and build steps
*/
const cli = cac('origin')
Expand Down

0 comments on commit 15aa1a9

Please sign in to comment.