UNPKG

semantic-release-expo

Version:

An Expo implementation for semantic release, so you don't have to bother

8 lines (7 loc) 227 B
import { SemanticMethod } from '../types'; /** * Verify the configuration of this plugin. * This checks if all Expo manifests are readable. */ declare const verifyConditions: SemanticMethod; export default verifyConditions;