@steveyuowo/vue-hot-toast
Advanced tools
Comparing version 1.1.8 to 1.2.0
{ | ||
"name": "@steveyuowo/vue-hot-toast", | ||
"version": "1.1.8", | ||
"version": "1.2.0", | ||
"type": "module", | ||
@@ -25,7 +25,6 @@ "files": [ | ||
"dev": "vite", | ||
"compile-css": "node-sass ./src/styles/index.scss ./dist/vue-hot-toast.css", | ||
"compile-css": "sass ./src/styles/index.scss ./dist/vue-hot-toast.css", | ||
"build": "vue-tsc && vite build && pnpm compile-css" | ||
}, | ||
"dependencies": { | ||
"VscodeProjects": "link:..", | ||
"vue": "^3.3.4" | ||
@@ -36,3 +35,2 @@ }, | ||
"@vitejs/plugin-vue": "^4.2.3", | ||
"node-sass": "^9.0.0", | ||
"prettier": "^3.0.3", | ||
@@ -39,0 +37,0 @@ "sass": "^1.69.5", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
36385
1
8
33
641
- RemovedVscodeProjects@link:..