Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 857d97e

Browse files
fix: deps
1 parent aa89bb2 commit 857d97e

File tree

2 files changed

+158
-370
lines changed

2 files changed

+158
-370
lines changed

src/bin/tsn.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
This CLI command is optimized for speed, so, it includes minimum dependencies
55
*/
66

7-
import * as fs from 'node:fs'
8-
import * as path from 'node:path'
9-
import type * as nodejsLib from '@naturalcycles/nodejs-lib'
10-
import * as c from 'chalk'
7+
import fs from 'node:fs'
8+
import path from 'node:path'
9+
import type nodejsLib from '@naturalcycles/nodejs-lib'
10+
import c from 'chalk'
1111

1212
const projectDir = path.join(__dirname, '../..')
1313
const cfgDir = `${projectDir}/cfg`

0 commit comments

Comments
 (0)