Skip to content

Commit

Permalink
updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
newracket committed Feb 1, 2025
1 parent 381a2d0 commit 2a9210b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acmucsd/components",
"version": "1.0.7",
"version": "1.0.8",
"description": "Component library for ACMUCSD websites.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"allowJs": false,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"jsx": "preserve",
"jsx": "react",
"isolatedModules": true,
"incremental": true,
"paths": {
Expand Down

0 comments on commit 2a9210b

Please sign in to comment.