mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-10-08 19:45:15 +08:00
fix: version name
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user