1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-09-16 01:41:37 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2020-02-19 23:46:39 +08:00
parent e13181b989
commit 820bf4f531

View File

@@ -1,11 +1,16 @@
{
"name": "react-native-update-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "Command tools for javaScript updater with `pushy` service for react native apps.",
"main": "index.js",
"bin": {
"pushy": "lib/index.js"
},
"files": [
"lib",
"src",
"cli.json"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "babel src --out-dir lib"