Skip to content

Commit f876ff4

Browse files
committed
docs: explicitly add automd dep
1 parent 3552482 commit f876ff4

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

docs/.config/automd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineGenerator, type Config } from "../../src";
1+
import { defineGenerator, type Config } from "automd";
22
import { kebabCase } from "scule";
33

44
export default <Config>{

docs/bun.lockb

624 Bytes
Binary file not shown.

docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"build": "undocs build"
88
},
99
"devDependencies": {
10+
"automd": "^0.3.2",
1011
"undocs": "^0.2.6"
1112
}
1213
}

0 commit comments

Comments
 (0)