mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
build(scripts): use node:
prefix
This commit is contained in:
parent
9ebf6963e0
commit
02d1a8b692
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
const fs = require("fs");
|
||||
const fs = require("node:fs");
|
||||
const path = require("node:path");
|
||||
const sass = require("sass");
|
||||
const autoprefixer = require("autoprefixer");
|
||||
const postcss = require("postcss");
|
||||
const path = require("path");
|
||||
|
||||
(async () => {
|
||||
const scss = fs
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
const fs = require("fs");
|
||||
const fs = require("node:fs");
|
||||
const glob = require("glob");
|
||||
const { sveld } = require("sveld");
|
||||
const pkg = require("../package.json");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue