@langpkg/mcs_gen 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.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  <p align="center" style="font-style:italic; color:gray;">
12
12
  ----------------<br>
13
13
  </p>
14
- <img data="version" src="https://img.shields.io/badge/v-0.1.0-black"/>
14
+ <img data="version" src="https://img.shields.io/badge/v-0.1.1-black"/>
15
15
  <a href="https://github.com/langpkg/pkg"><img src="https://img.shields.io/badge/part of-langpkg/pkg-black"/></a>
16
16
  <br>
17
17
  <img src="https://img.shields.io/badge/coverage-~%25-brightgreen" alt="Test Coverage" />
@@ -29,9 +29,10 @@
29
29
 
30
30
  - ## Quick Start šŸ”„
31
31
 
32
+ > Install [pkg](https://github.com/langpkg/pkg) first.
33
+
32
34
  ```bash
33
- # install via bun
34
- bun i @langpkg/mcs_gen
35
+ pkg i @langpkg/mcs_gen
35
36
  ```
36
37
 
37
38
  > **This is not the final version (I’m not providing any guarantees here).**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langpkg/mcs_gen",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "maysara code style generator",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "scripts": {},
28
28
  "dependencies": {
29
- "@langpkg/mcs_fmt": "^0.1.0",
29
+ "@langpkg/mcs_fmt": "^0.1.1",
30
30
  "glob": "^13.0.6"
31
31
  },
32
32
  "devDependencies": {