Skip to content

Commit

Permalink
move js demo examples to ts (#2794)
Browse files Browse the repository at this point in the history
  • Loading branch information
Burnett2k authored Feb 12, 2024
1 parent 7bb575a commit cf42d6e
Show file tree
Hide file tree
Showing 59 changed files with 906 additions and 12,809 deletions.
6 changes: 6 additions & 0 deletions .changeset/good-zoos-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"victory-brush-container": patch
"victory-candlestick": patch
---

Improve types for brush container and candlestick
5 changes: 1 addition & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,8 @@ $ pnpm install
We have some dev servers available for a sample development environment.

```sh
# JavaScript demo app
$ pnpm start

# TypeScript demo app
$ pnpm start:ts
$ pnpm start
```

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.
Expand Down
155 changes: 0 additions & 155 deletions demo/js/app.js

This file was deleted.

Loading

0 comments on commit cf42d6e

Please sign in to comment.