Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prc5 committed Oct 20, 2024
1 parent 6a68dc9 commit c3b7a89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docsgen/core",
"version": "0.0.0",
"version": "1.0.0",
"private": false,
"description": "Docusaurus plugin for documentation generation based on your .ts files",
"author": "Maciej Pyrc <[email protected]>",
Expand Down Expand Up @@ -51,12 +51,12 @@
"unist-util-visit-parents": "^6.0.1"
},
"devDependencies": {
"@docusaurus/plugin-content-docs": ">= 2.0.0",
"@docusaurus/types": ">= 2.0.0",
"@types/fs-extra": "^11.0.4",
"@types/pretty": "^2.0.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@docusaurus/plugin-content-docs": ">= 2.0.0",
"@docusaurus/types": ">= 2.0.0",
"outdent": "^0.8.0"
},
"lint-staged": {
Expand Down

0 comments on commit c3b7a89

Please sign in to comment.