Update package.json in example to npm package
This commit is contained in:
parent
431fa3acf7
commit
4b8573d5aa
|
@ -1,5 +1,5 @@
|
|||
rootProject.name = 'ExampleApp'
|
||||
|
||||
include ':react-native-dialogs', ':RNMaterialKit', ':app'
|
||||
project(':react-native-dialogs').projectDir = new File(rootProject.projectDir, '../../../android')
|
||||
project(':react-native-dialogs').projectDir = new file('../node_modules/react-native-dialogs/android')
|
||||
project(':RNMaterialKit').projectDir = file('../node_modules/react-native-material-kit/android')
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"react-native": "^0.13.2",
|
||||
"react-native-dialogs": "file:///Users/aakashns/workspace/opensource/react-native-dialogs",
|
||||
"react-native-dialogs": "0.0.1",
|
||||
"react-native-material-kit": "^0.2.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue