Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion run/markdown-preview/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"private": true,
"license": "Apache-2.0",
"author": "Google LLC",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
Expand All @@ -31,4 +32,4 @@
"mocha": "^10.0.0",
"supertest": "^7.0.0"
}
}
}
3 changes: 2 additions & 1 deletion run/markdown-preview/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"license": "Apache-2.0",
"author": "Google LLC",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
Expand Down Expand Up @@ -31,4 +32,4 @@
"sinon": "^18.0.0",
"supertest": "^7.0.0"
}
}
}
Loading