Switched to master branch of bleat

This commit is contained in:
Rob Moran
2016-02-27 13:34:12 +00:00
parent f9d9111044
commit 3de7ca6765
2 changed files with 2 additions and 2 deletions

2
dist/dfu.js vendored
View File

@@ -36,7 +36,7 @@
define(['es6-promise', 'bleat'], factory);
} else if (typeof exports === 'object') {
// Node. Does not work with strict CommonJS
module.exports = factory(Promise, require('bleat'));
module.exports = factory(Promise, require('bleat').webbluetooth);
} else {
// Browser globals with support for web workers (root is window)
root.dfu = factory(Promise, root.navigator.bluetooth);

View File

@@ -21,7 +21,7 @@
"web-bluetooth"
],
"dependencies": {
"bleat": "git://github.com/thegecko/bleat.git#spec-updates"
"bleat": "git://github.com/thegecko/bleat.git"
},
"devDependencies": {
"gulp": "^3.9.1",