UNPKG

update-react-native-app

Version:

Uses Github releases to update apk in React Native

41 lines 1.04 kB
{ "name": "update-react-native-app", "version": "1.3.1", "description": "Uses Github releases to update apk in React Native", "keywords": [ "android", "apk", "app", "react-component", "react-native", "update" ], "homepage": "https://github.com/tripss/update-react-native-app", "bugs": { "url": "https://github.com/tripss/update-react-native-app/issues" }, "license": "MIT", "author": { "name": "Tycho Bokdam", "email": "t.bokdam@seronaris.nl" }, "main": "./Updater.js", "repository": { "type": "git", "url": "git+https://github.com/tripss/update-react-native-app.git" }, "scripts": { "build": "NODE_ENV=production babel src -d ./ --copy-files --ignore __tests__", "build:watch": "yarn build --watch", "prepublish": "yarn build" }, "dependencies": { "react-native-fs": "2.16.6", "semver-max": "^1.0.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-0": "^6.24.1" } }