rename product from bossgeekgo to geekgeekrun

This commit is contained in:
bossgeekgo
2024-02-21 09:25:25 +08:00
parent 8227bac71c
commit 2e87197879
19 changed files with 48 additions and 48 deletions
@@ -1,11 +1,11 @@
import {
sleep,
sleepWithRandomDelay
} from '@bossgeekgo/utils/sleep.mjs'
} from '@geekgeekrun/utils/sleep.mjs'
import fs from 'node:fs'
import os from 'node:os'
import { get__dirname } from '@bossgeekgo/utils/legacy-path.mjs';
import { get__dirname } from '@geekgeekrun/utils/legacy-path.mjs';
import path from 'node:path';
import JSON5 from 'json5'