Skip to content

Commit 5840348

Browse files
committed
Move esbuild entry in docs package.json to dependencies rather than devdependencies
1 parent 5319940 commit 5840348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"license": "ISC",
1616
"dependencies": {
1717
"@fontsource/inter": "^5.2.8",
18+
"esbuild": "0.25.11",
1819
"fs-extra": "^11.2.0",
1920
"highlight.js": "^11.11.1",
2021
"html-entities": "^2.3.3",
@@ -27,7 +28,6 @@
2728
"@types/highlight.js": "^9.12.4",
2829
"@types/jquery": "^3.5.33",
2930
"concurrently": "^8.2.2",
30-
"esbuild": "0.25.11",
3131
"http-server": "^14.1.1",
3232
"nodemon": "^3.1.4"
3333
}

0 commit comments

Comments
 (0)