Skip to content

Commit 689f1bb

Browse files
authored
Update README.md (#2141)
1 parent ecc8310 commit 689f1bb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@ If you are familiar with Web IDL, you may also want to check whether the upstrea
8686
- `addedTypes.jsonc`: types that should exist but are missing from the spec data.
8787
- `overridingTypes.jsonc`: types that are defined in the spec but have TypeScript-friendly modifications in the json files.
8888
- `removedTypes.jsonc`: types that are defined in the spec but should be removed.
89+
- `patches/*.kdl`: KDL types
8990
- `comments.json`: comment strings to be embedded in the generated .d.ts files.
9091
- `deprecatedMessage.json`: the reason why one type is deprecated.
91-
92-
npm run ts-changelog -- @types/web 0.0.2 0.0.23
93-
```
94-
95-
You might need to run `git pull origin main --tags` to run this ^
96-
97-
1. Add the CHANGELOG to the release issue

0 commit comments

Comments
 (0)