Skip to content

Commit

Permalink
fix: correctl import professional theme from org scope
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdavis committed Nov 12, 2024
1 parent 2d77933 commit c37baa1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/registry/lib/formatters/template.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as standard from 'jsonresume-theme-standard';
import * as cv from 'jsonresume-theme-cv';
import * as professional from 'jsonresume-theme-professional';
import * as professional from '@jsonresume/jsonresume-theme-professional';
// import * as tailwind from 'jsonresume-theme-tailwind';
import * as full from 'jsonresume-theme-full';
import * as onepage from 'jsonresume-theme-onepage';
Expand Down
2 changes: 1 addition & 1 deletion apps/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@jsonresume/schema": "^1.2.0",
"@jsonresume/theme-papirus": "workspace:*",
"@jsonresume/theme-stackoverflow": "workspace:*",
"@jsonresume/jsonresume-theme-professional": "workspace:*",
"@monaco-editor/react": "^4.6.0",
"@pinecone-database/pinecone": "^0.1.6",
"@prisma/client": "^4.15.0",
Expand Down Expand Up @@ -67,7 +68,6 @@
"jsonresume-theme-orbit": "^1.1.0",
"jsonresume-theme-paper": "^0.5.0",
"jsonresume-theme-paper-plus-plus": "^0.5.1",
"jsonresume-theme-professional": "workspace:*",
"jsonresume-theme-pumpkin": "^1.1.4",
"jsonresume-theme-relaxed": "^0.1.8",
"jsonresume-theme-rickosborne": "2022.9.16-T1450",
Expand Down
7 changes: 4 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c37baa1

Please sign in to comment.