Skip to content

Commit c04e2f6

Browse files
feat(markdown-preview): Migrate editor and renderer services to ESM
1 parent 7de4517 commit c04e2f6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

run/markdown-preview/editor/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"private": true,
66
"license": "Apache-2.0",
77
"author": "Google LLC",
8+
"type": "module",
89
"repository": {
910
"type": "git",
1011
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
@@ -31,4 +32,4 @@
3132
"mocha": "^10.0.0",
3233
"supertest": "^7.0.0"
3334
}
34-
}
35+
}

run/markdown-preview/renderer/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"license": "Apache-2.0",
66
"author": "Google LLC",
7+
"type": "module",
78
"repository": {
89
"type": "git",
910
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
@@ -31,4 +32,4 @@
3132
"sinon": "^18.0.0",
3233
"supertest": "^7.0.0"
3334
}
34-
}
35+
}

0 commit comments

Comments
 (0)