UNPKG

react-native-web-updates

Version:

Web API for interacting with how your app updates

36 lines 848 B
{ "name": "react-native-web-updates", "version": "0.0.0-alpha.1", "description": "Web API for interacting with how your app updates", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "homepage": "https://docs.expo.io/versions/latest/sdk/updates/", "author": "Expo <support@expo.io> (https://expo.io)", "keywords": [ "react-native-updates", "expo-updates", "code", "native", "react", "react-native", "react-native-web", "expo", "expo-web", "official" ], "license": "ISC", "nativePackage": true, "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-updates" }, "dependencies": { "expo-updates": "*" }, "bugs": { "url": "https://github.com/expo/expo/issues" } }