Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
feat: add old package as dep to enable reference build
Browse files Browse the repository at this point in the history
  • Loading branch information
levino committed Apr 28, 2023
1 parent ac8bcc1 commit d10ad98
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ I forked this and migrated it all to react. See the [`package.json`](./package.j
## Storybook deployment

There is an automatic storybook [deployment](https://sb-stackoverflow-jsonresume-theme.netlify.app/).

## Handlebars example

There is an automatic [deployment]() of the local [example resuse](./src/storyResume.json) using the hold handlebars template for reference.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jsonresume-theme-stackoverflow",
"name": "react-jsonresume-theme-stackoverflow",
"version": "2.0.1",
"description": "Stack Overflow theme for JSON Resume",
"author": "Francesco Esposito",
Expand All @@ -15,6 +15,7 @@
},
"dependencies": {
"handlebars": "^4.7.7",
"jsonresume-theme-stackoverflow": "^2.0.1",
"markdown-it": "^13.0.1",
"moment": "^2.29.4",
"react": "^18.2.0",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8859,6 +8859,15 @@ jsonresume-theme-even@^0.6.0:
micromark "^2.11.4"
striptags "^3.1.1"

jsonresume-theme-stackoverflow@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/jsonresume-theme-stackoverflow/-/jsonresume-theme-stackoverflow-2.0.1.tgz#c1eb0fd0addd8218d7ff77562ce1e99ce8b04693"
integrity sha512-0MnndIpdT7SVWrpYqEcRX8SAGF1g69KzumP5V4Kwx3MNkntK51dTXmJA2MHQnTK1rqJWwFN7TMSpSM8aWjKv9w==
dependencies:
handlebars "^4.7.7"
markdown-it "^13.0.1"
moment "^2.29.2"

"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.3.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz#76b3e6e6cece5c69d49a5792c3d01bd1a0cdc7ea"
Expand Down Expand Up @@ -9383,7 +9392,7 @@ mkdirp@^1.0.3:
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==

moment@^2.29.4:
moment@^2.29.2, moment@^2.29.4:
version "2.29.4"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==
Expand Down

0 comments on commit d10ad98

Please sign in to comment.