mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 21:05:29 +08:00
chore: fix publish for native
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
{
|
||||
"name": "@react-navigation/native",
|
||||
"version": "3.7.1",
|
||||
"version": "3.7.2",
|
||||
"description": "React Native support for React Navigation",
|
||||
"main": "lib/commonjs/index.js",
|
||||
"react-native": "lib/module/index.js",
|
||||
"module": "lib/module/index.js",
|
||||
"files": [
|
||||
"src"
|
||||
"src",
|
||||
"lib"
|
||||
],
|
||||
"scripts": {
|
||||
"prepare": "bob build",
|
||||
|
||||
Reference in New Issue
Block a user