Skip to content
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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