1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-11-02 07:43:10 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2020-03-06 22:22:48 +08:00
parent 1d5379c837
commit 6b32a4c3aa

View File

@@ -1,6 +1,6 @@
{ {
"name": "react-native-update-cli", "name": "react-native-update-cli",
"version": "1.0.3", "version": "1.0.4",
"description": "Command tools for javaScript updater with `pushy` service for react native apps.", "description": "Command tools for javaScript updater with `pushy` service for react native apps.",
"main": "index.js", "main": "index.js",
"bin": { "bin": {
@@ -52,5 +52,8 @@
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-es2015-spread": "^6.22.0", "babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0" "babel-plugin-transform-object-rest-spread": "^6.26.0"
},
"engines": {
"node": ">= 8"
} }
} }