Skip to content

Commit de19169

Browse files
committed
fix: 修改依赖为 dev
1 parent 43a1ba6 commit de19169

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry = https://registry.npmjs.org/

next/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (typeof window !== 'undefined' && window.Vue) {
1212
export { VueCropper }
1313

1414
export default {
15-
version: '1.0.0',
15+
version: '1.0.1',
1616
install,
1717
VueCropper,
1818
}

next/package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cropper",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A simple Vue picture clipping plugin",
55
"keywords": [
66
"vue",
@@ -26,15 +26,13 @@
2626
"build": "vue-tsc --noEmit && vite build",
2727
"serve": "vite preview"
2828
},
29-
"dependencies": {
30-
"vue": "^3.0.5",
31-
"vue-cropper": "^1.0.0"
32-
},
3329
"devDependencies": {
3430
"@vitejs/plugin-vue": "^1.4.0",
3531
"@vue/compiler-sfc": "^3.0.5",
3632
"typescript": "^4.3.2",
3733
"vite": "^2.4.4",
38-
"vue-tsc": "^0.2.2"
34+
"vue-tsc": "^0.2.2",
35+
"vue": "^3.0.5",
36+
"vue-cropper": "^1.0.0"
3937
}
4038
}

0 commit comments

Comments
 (0)