fixing conf path

This commit is contained in:
Nabil Hachicha 2016-01-11 11:25:35 +00:00
parent 23b73378fe
commit b68d9a315d
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
../../../../../../../../react-native ../../../../../../../react-native

View File

@ -7,7 +7,7 @@
}, },
"dependencies": { "dependencies": {
"react-native": "^0.16.0", "react-native": "^0.16.0",
"realm": "file:../..", "realm": "file:../../lib",
"realm-tests": "file:../lib" "realm-tests": "file:../lib"
} }
} }