From 845b316bf8d7cb2a644461c08edf54ba1e41f07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=CC=81o=20mathieu?= Date: Fri, 19 Feb 2016 09:08:13 -0500 Subject: [PATCH] Hotfix ddp.js compatibility --- index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 2113a45..915eaca 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -var DDP = require("ddp.js"); +var DDP = require('ddp.js').default; var queue = require('./queue'); diff --git a/package.json b/package.json index 3d4f942..f3d9fed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-meteor", - "version": "0.5.0", + "version": "0.5.1", "description": "DDP React-native Client", "main": "index.js", "scripts": {