Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
RobMayer committed Dec 24, 2023
1 parent 54fe293 commit 769488b
Show file tree
Hide file tree
Showing 2 changed files with 422 additions and 166 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsx-in-ttpg",
"license": "UNLICENSE",
"version": "2.1.0",
"version": "2.1.1",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --no-splitting",
"clean": "rm -rf ./dist",
Expand All @@ -14,10 +14,10 @@
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"peerDependencies": {
"@tabletop-playground/api": "^0.38.0"
"@tabletop-playground/api": "^0.39.0"
},
"devDependencies": {
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 769488b

Please sign in to comment.