theatre/theatre
2021-09-13 17:05:57 +02:00
..
core Turned IPlaybackRange into a tuple 2021-09-13 17:05:57 +02:00
devEnv Renamed @theatre/plugin-r3f to @theatre/r3f 2021-09-06 10:19:10 +02:00
shared More progress on shorthand types 2021-09-06 11:26:00 +02:00
studio Implemented types.string 2021-09-13 16:59:01 +02:00
.eslintrc.js Initial OSS commit 2021-06-18 13:05:06 +02:00
.gitignore Initial OSS commit 2021-06-18 13:05:06 +02:00
globals.d.ts (WIP) Switch the rest of the build setup to esbuild - 1 2021-06-18 21:03:44 +02:00
package.json 0.4.0-dev.15 2021-09-06 21:13:20 +02:00
README.md Chore: Small fixes for the deployment script 2021-06-28 13:43:17 +02:00
tsconfig.json Renamed @theatre/dataverse-react to @theatre/react 2021-09-05 23:07:02 +02:00

How to deploy

Simply update the version of theatre/package.json, then run $ yarn run deploy. This script will:

  1. Update the version of @theatre/core and @theatre/studio.
  2. Bundle the .js and .dts files.
  3. Publish both packages to npm.