Skip to content

Commit

Permalink
pass parent to components
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmachuca committed Jun 17, 2023
1 parent ca0fb1e commit 84bf5db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qcobjects",
"version": "2.4.94",
"version": "2.4.95",
"description": "QCObjects is an Open-source framework that empowers full-stack developers to make micro-services and micro-frontends into an N-Tier architecture.",
"main": "src/index.cjs",
"module": "src/index.mjs",
Expand All @@ -22,7 +22,7 @@
"preversion": "npm cache verify && npm test",
"sync": "git add . && git commit -am ",
"postversion": "git push && git push --tags ",
"generate-readme-pdf":"npx markdown-pdf --paper-format \"Letter\" -o README.pdf README.md && npx markdown-pdf --paper-format \"Letter\" -o README-es.pdf README-es.md"
"generate-readme-pdf": "npx markdown-pdf --paper-format \"Letter\" -o README.pdf README.md && npx markdown-pdf --paper-format \"Letter\" -o README-es.pdf README-es.md"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 84bf5db

Please sign in to comment.