Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit dcd6385

Browse files
committed
Use star imports
1 parent b2aa1e1 commit dcd6385

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/publish-tag-push/lib/command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import places from '@tools/places'
1+
import * as places from '@tools/places'
22
import { StyledText, dim } from './styled-text'
33
import spawn, { TerminationError, SpawnFactory } from 'advanced-spawn-async'
44
import { Printer } from '../utils/types'

tools/publish-tag-push/lib/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fs from 'fs'
22
import { statusMatrix } from 'isomorphic-git'
3-
import places from '@tools/places'
3+
import * as places from '@tools/places'
44
import { Printer } from '../utils/types'
55
import { StyledText, normal, dim, bold } from './styled-text'
66
import { command } from './command'

0 commit comments

Comments
 (0)