Skip to content

Commit

Permalink
fix: lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionad-Morotar committed Feb 20, 2023
1 parent cba6029 commit db18621
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 57 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"./*": "./*"
},
"scripts": {
"postinstall": "pnpm install xe-utils",
"dev": "vite ./play",
"serve": "pnpm dev",
"clean": "rimraf dist",
Expand Down Expand Up @@ -61,7 +60,7 @@
"vue-tsc": "1.0.9",
"vue3": "npm:vue@^3.2.47",
"vxe-table": "4.3.9",
"xe-utils": "link:patch\\xe-utils-esm"
"xe-utils": "link:patch/xe-utils-esm"
},
"peerDependencies": {
"vue": "^3"
Expand All @@ -74,7 +73,7 @@
}
},
"resolutions": {
"xe-utils": "link:patch\\xe-utils-esm"
"xe-utils": "link:patch/xe-utils-esm"
},
"lint-staged": {
"*.{js,ts,tsx,vue}": [
Expand Down
Loading

0 comments on commit db18621

Please sign in to comment.