1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-10-08 19:45:15 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

fix: version name

This commit is contained in:
sunnylqm
2024-03-05 23:03:10 +08:00
parent a0dfcb5c4b
commit 0d03e18c58
11 changed files with 320 additions and 175 deletions

View File

@@ -1,8 +1,8 @@
import { question } from './utils';
import fs from 'fs';
const Table = require('tty-table');
import Table from 'tty-table';
const { post, get, doDelete } = require('./api');
import { post, get, doDelete } from './api';
const validPlatforms = {
ios: 1,