ababil 2.0.1 → 2.0.2

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/README.md CHANGED
@@ -58,7 +58,7 @@ npx ababil
58
58
  ### **yarn dlx**
59
59
 
60
60
  ```bash
61
- yarn dlx ababil
61
+ yarn exec ababil
62
62
  ```
63
63
 
64
64
  ### **pnpm dlx**
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * @description CLI portfolio for Ababil Hossain
6
6
  * @author Ababil Hossain <ababil.webdev@gmail.com>
7
7
  * @license MIT
8
- * @version 2.0.1
8
+ * @version 2.0.2
9
9
  * @repository https://github.com/DevAbabil/ababil.git
10
10
  * @created 2024-03-02
11
11
  * @lastModified 2025-10-23
@@ -113,7 +113,7 @@ var data_default = {
113
113
  timeZone: "Asia/Dhaka"
114
114
  })
115
115
  },
116
- version: "2.0.1"
116
+ version: "2.0.2"
117
117
  };
118
118
 
119
119
  // src/components/_header.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ababil",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "CLI portfolio for Ababil Hossain",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -1,3 +0,0 @@
1
- {
2
- "prettier.printWidth": 150
3
- }