Skip to content

Commit

Permalink
chore: force rebuild (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
micahg authored Mar 13, 2024
1 parent f345413 commit 14f545c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tbltp",
"version": "0.1.0",
"version": "0.2.0",
"description": "Network Table Top",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/server.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// trigger rebuild
// trigger rebuild.
import { mkdir } from "node:fs";
import { Server } from "http";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// trigger rebuild
// trigger rebuild.
import React, {
RefObject,
createRef,
Expand Down

0 comments on commit 14f545c

Please sign in to comment.