Skip to content

Commit

Permalink
fix: pkg dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyes22798 committed Oct 11, 2023
1 parent 7da58ae commit f86eb9b
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 290 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
"vite"
],
"dependencies": {
"@vue/composition-api": "^1.7.1",
"core-js": "^3.8.3",
"ejs": "^3.1.8",
"fs-extra": "^11.1.1",
"glob": "^10.2.6",
"svg-sprite-loader": "^6.0.11",
"svgo-loader": "^3.0.1",
"vue": "~2.6.14",
"webpack-virtual-modules": "0.3.2"
},
"devDependencies": {
"vue": "~2.6.14",
"@vue/composition-api": "^1.7.1",
"core-js": "^3.8.3",
"fs-extra": "^11.1.1",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const buildConfig = {

if (argv.format === 'umd') {
buildConfig.output.format = 'umd'
buildConfig.output.file = `dist/index.js`
buildConfig.output.file = `dist/index.umd.js`
}

if (argv.format === 'cjs') {
Expand Down
Loading

0 comments on commit f86eb9b

Please sign in to comment.