Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Nov 18, 2023
1 parent e5261e9 commit 6bab021
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions upgrade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ct3a/upgrade",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"build": "next build",
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion upgrade/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"**/*.ts",
"**/*.tsx",
"**/*.cjs",
"**/*.mjs",
"**/*.js",
".next/types/**/*.ts"
],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 6bab021

Please sign in to comment.