Skip to content

Commit

Permalink
chore(release): v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m committed Mar 8, 2023
1 parent 27a125b commit 7a74737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tanyao",
"version": "1.1.0",
"version": "1.1.1",
"description": "Git repo clone and multi-account manager",
"main": "dist/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { ITanyaoConfig } from './interface'
import { logger } from './logger'
import fs from 'fs-extra'
import os from 'os'
import path from 'path'
import chalk from 'tanyao/compiled/chalk'
import { execa } from 'tanyao/compiled/execa'
import os from 'os'

export const getConfig = async () => {
if (process.env.TEST_TANYAO) {
Expand Down

0 comments on commit 7a74737

Please sign in to comment.