mirror of
https://github.com/status-im/react-native.git
synced 2025-02-24 15:18:10 +00:00
Unbreak npm publish
See https://github.com/facebook/react-native/pull/706#issuecomment-90799052
This commit is contained in:
parent
13b14d6771
commit
d91d28a2a6
@ -44,7 +44,7 @@ function run() {
|
||||
}
|
||||
|
||||
function init(root, projectName) {
|
||||
spawn(path.resolve(__dirname, 'init.sh'), [projectName], {stdio:'inherit'});
|
||||
spawn(path.resolve(__dirname, '../init.sh'), [projectName], {stdio:'inherit'});
|
||||
}
|
||||
|
||||
if (require.main === module) {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-native",
|
||||
"version": "0.3.5",
|
||||
"version": "0.3.7",
|
||||
"description": "A framework for building native apps using React",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -27,6 +27,7 @@
|
||||
"Libraries",
|
||||
"packager",
|
||||
"cli.js",
|
||||
"local-cli",
|
||||
"init.sh",
|
||||
"LICENSE",
|
||||
"PATENTS",
|
||||
|
Loading…
x
Reference in New Issue
Block a user