Skip to content

Commit 32f15d9

Browse files
committed
update readme
1 parent 691676e commit 32f15d9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ Here’s what your project structure will look like:
4040
_(Modify the `npx` script in `package.json` to suit your project requirements.)_
4141

4242
Start your TypeScript library development journey with a delightful, optimized, and flexible setup. Enjoy coding! 🌸
43+
44+
## 🚧 Roadmap
45+
46+
- replace `cleye` with `cac`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-hajime",
33
"description": "Delightfully bootstraps TypeScript npm libraries.",
4-
"version": "0.0.23",
4+
"version": "0.0.24",
55
"scripts": {
66
"reset": "rm -rf node_modules && npm i",
77
"prepublishOnly": "npm run build",

0 commit comments

Comments
 (0)