We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a125b commit 7a74737Copy full SHA for 7a74737
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tanyao",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "Git repo clone and multi-account manager",
5
"main": "dist/index.js",
6
"bin": {
src/config.ts
@@ -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'
7
import { execa } from 'tanyao/compiled/execa'
-import os from 'os'
8
9
export const getConfig = async () => {
10
if (process.env.TEST_TANYAO) {
0 commit comments