mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
build(docs): use node:
prefix [ci skip]
This commit is contained in:
parent
cc03d3c75d
commit
e23a4d1994
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
// @ts-check
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
import fs from "node:fs";
|
||||
import path from "node:path";
|
||||
import githubSlugger from "github-slugger";
|
||||
|
||||
const { slug } = githubSlugger;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue