Skip to content

Commit 7a74737

Browse files
committed
chore(release): v1.1.1
1 parent 27a125b commit 7a74737

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tanyao",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Git repo clone and multi-account manager",
55
"main": "dist/index.js",
66
"bin": {

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { ITanyaoConfig } from './interface'
22
import { logger } from './logger'
33
import fs from 'fs-extra'
4+
import os from 'os'
45
import path from 'path'
56
import chalk from 'tanyao/compiled/chalk'
67
import { execa } from 'tanyao/compiled/execa'
7-
import os from 'os'
88

99
export const getConfig = async () => {
1010
if (process.env.TEST_TANYAO) {

0 commit comments

Comments
 (0)