bespoke-sync
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -7,3 +7,3 @@ 'use strict'; | ||
module.exports = function (/*options*/) { | ||
var options = Object(arguments[1]); | ||
var options = Object(arguments[0]); | ||
return function (deck) { | ||
@@ -10,0 +10,0 @@ sse(deck, options); |
{ | ||
"name": "bespoke-sync", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Cross-client synchronization for Bespoke.js presentations", | ||
@@ -25,3 +25,3 @@ "author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)", | ||
}, | ||
"license": "MIT" | ||
"license": "ISC" | ||
} |
Sorry, the diff of this file is not supported yet
191733
15