Remove realm dependency in realm-tests
This caused an error with NPM v3 and was not necessary for us to have.
This commit is contained in:
parent
9edafe09ac
commit
337f8d7650
|
@ -1,8 +1,5 @@
|
|||
{
|
||||
"name": "realm-tests",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"realm": "file:../lib"
|
||||
}
|
||||
"private": true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue