We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024d288 commit 3ec19b3Copy full SHA for 3ec19b3
package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "react-native-router-flux",
3
- "version": "4.0.0-beta.10",
+ "version": "4.0.0-beta.11",
4
"description": "React Native Router using Flux architecture",
5
"repository": {
6
"type": "git",
7
"url": "https://github.com/aksonov/react-native-router-flux"
8
},
9
"license": "ISC",
10
- "main": "src/index.js",
+ "main": "dist/index.js",
11
"scripts": {
12
"start": "node node_modules/react-native/local-cli/cli.js start",
13
"postinstall": "./node_modules/.bin/opencollective postinstall",
0 commit comments