We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9991f93 commit c990739Copy full SHA for c990739
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "image-resize",
3
- "version": "1.3.2",
+ "version": "1.3.3",
4
"description": "Resize image for javascript",
5
"files": [
6
"libs"
@@ -19,7 +19,7 @@
19
"dev": "vite --config vite.config/vite.docs.js",
20
"prebuild": "rm -rf ./docs && rm -rf ./libs",
21
"build": "vite build --config vite.config/vite.docs.js && vite build --config vite.config/vite.libs.js && cp types.d.ts libs",
22
- "start": "vite preview --config vite.config/vite.docs.js"
+ "preview": "vite preview --config vite.config/vite.docs.js"
23
},
24
"repository": {
25
"type": "git",
@@ -49,6 +49,6 @@
49
],
50
"dependencies": {},
51
"devDependencies": {
52
- "vite": "^4.0.4"
+ "vite": "^5.2.6"
53
}
54
0 commit comments