diff --git a/lib/adaptors/ble.js b/lib/adaptors/ble.js index 2c7606a..83e2f19 100644 --- a/lib/adaptors/ble.js +++ b/lib/adaptors/ble.js @@ -12,6 +12,7 @@ function initBLE() { try { if (isChrome) { // browser BLE interface here... + return; } else { ble = require("noble"); } diff --git a/package.json b/package.json index 9dc38a1..fed5216 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "sphero", - "version": "0.8.3", + "version": "0.9.0", "main": "index.js", - "description": "Sphero.js", + "description": "Sphero.js - The Official Orbotix JavaScript SDK to control Sphero robots", "homepage": "http://www.sphero.com/", "bugs": "https://github.com/orbotix/sphero.js/issues", "author": "Orbotix Inc.",