Skip to content

Commit ae141c6

Browse files
authored
Merge pull request #10 from atom-community/docs/fix/typescript-dep
fix: add typescript dev dep
2 parents ec9c9ce + 8f881f6 commit ae141c6

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Atom Community Website
22

3-
Atom Community website powered by [rocket](rocket.modern-web.dev/).
3+
Atom Community website powered by [rocket](https://rocket.modern-web.dev/).
4+
5+
Uses [TypeDoc](https://typedoc.org/) for introspection.
46

57
## Development
68

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"patch-package": "^6.4.4",
5353
"rollup-plugin-esbuild": "^2.6.1",
5454
"typedoc": "^0.20.28",
55-
"typedoc-plugin-markdown": "^3.6.0"
55+
"typedoc-plugin-markdown": "^3.6.0",
56+
"typescript": "^4.2.2"
5657
}
5758
}

pnpm-lock.yaml

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)