Skip to content

Commit f07ce68

Browse files
committed
🔨 example @ballcat/vue-cropper use file link dependency
1 parent 860c3d2 commit f07ce68

File tree

2 files changed

+24
-30
lines changed

2 files changed

+24
-30
lines changed

example/package-lock.json

Lines changed: 21 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
"preview": "vite preview --port 4173",
88
"build-only": "vite build",
99
"type-check": "vue-tsc --noEmit",
10-
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
10+
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
11+
"preinstall": "npm install ../"
1112
},
1213
"dependencies": {
13-
"@ballcat/vue-cropper": "^1.0.2",
14+
"@ballcat/vue-cropper": "file:..",
1415
"ant-design-vue": "^3.2.7",
1516
"vue": "^3.2.36"
1617
},

0 commit comments

Comments
 (0)