1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-31 21:33:12 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2024-04-22 23:15:29 +08:00
parent 3e60cfd80f
commit ad9b0778ba
8 changed files with 8 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "react-native-update",
"version": "10.5.0",
"version": "10.5.1",
"description": "react-native hot update",
"main": "src/index.ts",
"main": "src/index",
"scripts": {
"prepack": "yarn submodule && yarn lint",
"lint": "eslint \"src/*.@(ts|tsx|js|jsx)\" && tsc --noEmit",