Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 20, 2024
1 parent 1f8c173 commit d7603bc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"workspaces": [
"packages/typedoc-plugin-markdown"
],
"scripts": {
"build": "npm run build --workspaces"
},
"devDependencies": {
"@changesets/cli": "2.27.10",
"@types/fs-extra": "11.0.4",
Expand All @@ -10,11 +16,5 @@
"ts-morph": "24.0.0",
"typedoc": "0.26.11",
"typedoc-plugin-mdn-links": "3.3.8"
},
"scripts": {
"build": "npm run build --workspaces"
},
"workspaces": [
"packages/typedoc-plugin-markdown"
]
}
}

0 comments on commit d7603bc

Please sign in to comment.