create-jilatax 0.0.1 → 0.0.3

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 +17 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,6 +25,21 @@ bun install
25
25
  bun run check
26
26
  ```
27
27
 
28
- ## License
28
+ ## 📄 License
29
29
 
30
- MIT
30
+ MIT © [JilataX](https://jilatax.dev) — see [`LICENSE`](./LICENSE).
31
+
32
+ <br>
33
+
34
+ ---
35
+
36
+ <div align="center">
37
+ <p>
38
+ Built with <strong>Bun</strong>, <strong>TypeScript</strong>, and <strong>Lynx</strong>.
39
+ </p>
40
+ <p>
41
+ <a href="https://www.jilatax.dev/jilatax">Website</a> ·
42
+ <a href="https://github.com/jilatax/jilatax">GitHub</a> ·
43
+ <a href="https://www.npmjs.com/package/jilatax">npm</a>
44
+ </p>
45
+ </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-jilatax",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "packageManager": "bun@1.3.4",
5
5
  "description": "A minimal TypeScript library package with ESM, CommonJS, and declaration outputs.",
6
6
  "type": "module",