@yakuzaa/jade-compiler 0.1.0 → 0.1.1
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yakuzaa/jade-compiler",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Compilador da linguagem JADE — DSL empresarial com sintaxe em português compilada para WebAssembly",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -68,12 +68,12 @@
|
|
|
68
68
|
"license": "MIT",
|
|
69
69
|
"repository": {
|
|
70
70
|
"type": "git",
|
|
71
|
-
"url": "https://github.com/
|
|
71
|
+
"url": "https://github.com/gabrielsymb/jade-language.git",
|
|
72
72
|
"directory": "jade-compiler"
|
|
73
73
|
},
|
|
74
|
-
"homepage": "https://github.
|
|
74
|
+
"homepage": "https://gabrielsymb.github.io/jade-language",
|
|
75
75
|
"bugs": {
|
|
76
|
-
"url": "https://github.com/
|
|
76
|
+
"url": "https://github.com/gabrielsymb/jade-language/issues"
|
|
77
77
|
},
|
|
78
78
|
"engines": {
|
|
79
79
|
"node": ">=20.0.0"
|