fazer-lang 2.4.0 → 2.4.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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -39,12 +39,12 @@ Le dossier généré est **portable** : zippez-le et envoyez-le à n'importe qui
39
39
 
40
40
  ## Documentation
41
41
 
42
- La documentation complète est disponible dans le dossier [`docs/`](./docs/README.md).
42
+ La documentation complète est disponible dans le dossier [`docs/`](https://github.com/viced-1920/fazer-lang/blob/master/docs/README.md).
43
43
 
44
- * [Guide de Démarrage](./docs/getting-started.md)
45
- * [Syntaxe du Langage](./docs/syntax.md)
46
- * [Bibliothèque Standard (Stdlib)](./docs/stdlib.md)
47
- * [Exemples](./docs/examples.md)
44
+ * [Guide de Démarrage](https://github.com/viced-1920/fazer-lang/blob/master/docs/getting-started.md)
45
+ * [Syntaxe du Langage](https://github.com/viced-1920/fazer-lang/blob/master/docs/syntax.md)
46
+ * [Bibliothèque Standard (Stdlib)](https://github.com/viced-1920/fazer-lang/blob/master/docs/stdlib.md)
47
+ * [Exemples](https://github.com/viced-1920/fazer-lang/blob/master/docs/examples.md)
48
48
 
49
49
  ## Fonctionnalités Clés
50
50
 
@@ -59,5 +59,5 @@ La documentation complète est disponible dans le dossier [`docs/`](./docs/READM
59
59
 
60
60
  ## Copyright
61
61
 
62
- © 2024 **L'EMPRISE**. Tous droits réservés.
62
+ © 2026 **L'EMPRISE**. Tous droits réservés.
63
63
  Distribué sous licence MIT.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fazer-lang",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Fazer — The ultimate automation language. Batteries-included: Native EXE Build, Icons, HTTP Server, System Exec, Clipboard, Discord, Crypto, and Pipe Operators (->).",
5
5
  "main": "fazer.js",
6
6
  "bin": {
@@ -39,10 +39,10 @@
39
39
  "license": "MIT",
40
40
  "repository": {
41
41
  "type": "git",
42
- "url": "https://github.com/viced/fazer-lang.git"
42
+ "url": "https://github.com/viced-1920/fazer-lang.git"
43
43
  },
44
44
  "bugs": {
45
- "url": "https://github.com/viced/fazer-lang/issues"
45
+ "url": "https://github.com/viced-1920/fazer-lang/issues"
46
46
  },
47
- "homepage": "https://github.com/viced/fazer-lang#readme"
47
+ "homepage": "https://github.com/viced-1920/fazer-lang#readme"
48
48
  }