Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Aug 23, 2023
1 parent aa89bb2 commit 857d97e
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 370 deletions.
8 changes: 4 additions & 4 deletions src/bin/tsn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
This CLI command is optimized for speed, so, it includes minimum dependencies
*/

import * as fs from 'node:fs'
import * as path from 'node:path'
import type * as nodejsLib from '@naturalcycles/nodejs-lib'
import * as c from 'chalk'
import fs from 'node:fs'
import path from 'node:path'
import type nodejsLib from '@naturalcycles/nodejs-lib'
import c from 'chalk'

const projectDir = path.join(__dirname, '../..')
const cfgDir = `${projectDir}/cfg`
Expand Down
Loading

0 comments on commit 857d97e

Please sign in to comment.