hispano-lang 1.0.4 → 1.0.6
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hispano-lang",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Un lenguaje de programación educativo en español para enseñar programación sin barreras de idioma",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"format": "prettier --write src/ test/ *.js",
|
|
23
23
|
"coverage": "echo 'Coverage not configured yet'",
|
|
24
24
|
"build": "npm run build:types && npm run build:js",
|
|
25
|
-
"build:js": "mkdir -p dist && cp -r src/* dist/
|
|
25
|
+
"build:js": "mkdir -p dist && cp -r src/* dist/",
|
|
26
26
|
"build:types": "mkdir -p dist && node scripts/generate-types.js",
|
|
27
27
|
"demo": "node main.js",
|
|
28
28
|
"prepublishOnly": "npm run build",
|