Files
lx-music-mobile-mod/.ncurc.js
2024-04-27 14:49:45 +08:00

23 lines
368 B
JavaScript

module.exports = {
upgrade: true,
reject: [
'@types/react-native',
'message2call',
'react',
'react-native',
],
// target: 'newest',
// filter: [
// 'react-native-navigation',
// ],
// target: 'patch',
// filter: [
// '@types/react-native',
// 'react',
// 'react-native',
// '@react-native/metro-config',
// ],
}