chore: bump version

This commit is contained in:
braks
2023-03-07 19:15:51 +01:00
parent 36a12a6fe8
commit 619ce7f442
19 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { existsSync, readFileSync } from 'fs'
import { resolve } from 'path'
import { existsSync, readFileSync } from 'node:fs'
import { resolve } from 'node:path'
import type { Plugin } from 'vite'
export function copyVueFlowPlugin(): Plugin {