Skip to content

Commit c1e1f34

Browse files
committed
fix: fix README and optional typescript
1 parent b25e64f commit c1e1f34

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ node_modules
44
.DS_Store
55
*.tgz
66
dist
7-
playwright-report
87
test-results
98
tsconfig.tsbuildinfo

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ It also ships an [Agent Skills](https://agentskills.io/) – compatible skill. I
6767
npx ctx7 skills install /sergeyshmakov/data-path data-path
6868
```
6969

70-
The skill lives in `skills/data-path/SKILL.md`.
70+
The skill lives in [skills/data-path/SKILL.md](skills/data-path/SKILL.md).
7171

7272
## 💡 Philosophy
7373

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@
6161
"peerDependencies": {
6262
"typescript": ">=5.0.0"
6363
},
64-
"peerDependenciesMeta": {
65-
"typescript": {
66-
"optional": true
67-
}
68-
},
6964
"engines": {
7065
"node": ">=20.0.0"
7166
},

0 commit comments

Comments
 (0)