Skip to content

Commit cf42d6e

Browse files
authored
move js demo examples to ts (#2794)
1 parent 7bb575a commit cf42d6e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+906
-12809
lines changed

.changeset/good-zoos-cheat.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"victory-brush-container": patch
3+
"victory-candlestick": patch
4+
---
5+
6+
Improve types for brush container and candlestick

CONTRIBUTING.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,8 @@ $ pnpm install
4646
We have some dev servers available for a sample development environment.
4747

4848
```sh
49-
# JavaScript demo app
50-
$ pnpm start
51-
5249
# TypeScript demo app
53-
$ pnpm start:ts
50+
$ pnpm start
5451
```
5552

5653
These run appropriate file watchers, so you can just start developing source files and wait for the webpack dev server to pick up the new changes.

demo/js/app.js

-155
This file was deleted.

0 commit comments

Comments
 (0)