Skip to content

Commit f0487c7

Browse files
committed
build: bump Node.js dependencies
1 parent e22c0ab commit f0487c7

File tree

4 files changed

+1697
-708
lines changed

4 files changed

+1697
-708
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ composer.lock
66
/.php-cs-fixer.cache
77
/.phpunit.result.cache
88
/node_modules/
9+
/docs/.vitepress/cache/
910
/docs/.vitepress/dist/
1011
/docs/index.md

docs/.vitepress/copy-readme.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const cpFile = require('cp-file');
1+
import {copyFile} from 'copy-file';
22

3-
cpFile('README.md', 'docs/index.md');
3+
await copyFile('README.md', 'docs/index.md');

0 commit comments

Comments
 (0)