versacompiler 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "versacompiler",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "Una herramienta para compilar y minificar archivos .vue, .js y .ts para proyectos de Vue 3 con soporte para TypeScript.",
|
|
5
5
|
"main": "dist/main.js",
|
|
6
6
|
"bin": {
|
|
@@ -39,6 +39,14 @@
|
|
|
39
39
|
],
|
|
40
40
|
"author": "Jorge Jara H (kriollone@gmail.com)",
|
|
41
41
|
"license": "MIT",
|
|
42
|
+
"repository": {
|
|
43
|
+
"type": "git",
|
|
44
|
+
"url": "git+https://github.com/kriollo/versaCompiler.git"
|
|
45
|
+
},
|
|
46
|
+
"bugs": {
|
|
47
|
+
"url": "https://github.com/kriollo/versaCompiler/issues"
|
|
48
|
+
},
|
|
49
|
+
"homepage": "https://github.com/kriollo/versaCompiler#readme",
|
|
42
50
|
"dependencies": {
|
|
43
51
|
"@vue/compiler-dom": "^3.5.16",
|
|
44
52
|
"@vue/reactivity": "^3.5.16",
|