mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-13 09:39:18 +08:00
fix: use compiled files for react native. closes #58
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"version": "3.4.0",
|
||||
"description": "Core utilities for the react-navigation framework",
|
||||
"main": "lib/commonjs/index.js",
|
||||
"react-native": "src/index.js",
|
||||
"react-native": "lib/module/index.js",
|
||||
"module": "lib/module/index.js",
|
||||
"sideEffects": false,
|
||||
"files": [
|
||||
@@ -16,7 +16,8 @@
|
||||
"typescript": "tsc --noEmit",
|
||||
"example": "yarn --cwd example",
|
||||
"bootstrap": "yarn && yarn example",
|
||||
"prepare": "bob build"
|
||||
"prepare": "bob build",
|
||||
"release": "release-it"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
|
||||
Reference in New Issue
Block a user