diff --git a/build/study.dev.js b/build/study.dev.js index 4eacbaf..3ed0118 100644 --- a/build/study.dev.js +++ b/build/study.dev.js @@ -1,6 +1,6 @@ /** studyjs - A client side A/B tester - @version v5.0.1 + @version v5.0.2 @link https://github.com/dollarshaveclub/study @author Jacob Kelley @license MIT @@ -8,7 +8,7 @@ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : - (global = global || self, global.Postmate = factory()); + (global = global || self, global.Study = factory()); }(this, function () { 'use strict'; var rand = function rand(min, max) { diff --git a/build/study.es.js b/build/study.es.js index b32352e..3376ada 100644 --- a/build/study.es.js +++ b/build/study.es.js @@ -1,6 +1,6 @@ /** studyjs - A client side A/B tester - @version v5.0.1 + @version v5.0.2 @link https://github.com/dollarshaveclub/study @author Jacob Kelley @license MIT diff --git a/build/study.js b/build/study.js index 4eacbaf..3ed0118 100644 --- a/build/study.js +++ b/build/study.js @@ -1,6 +1,6 @@ /** studyjs - A client side A/B tester - @version v5.0.1 + @version v5.0.2 @link https://github.com/dollarshaveclub/study @author Jacob Kelley @license MIT @@ -8,7 +8,7 @@ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : - (global = global || self, global.Postmate = factory()); + (global = global || self, global.Study = factory()); }(this, function () { 'use strict'; var rand = function rand(min, max) { diff --git a/build/study.min.js b/build/study.min.js index 54b482b..44b2113 100644 --- a/build/study.min.js +++ b/build/study.min.js @@ -1,8 +1,8 @@ /** studyjs - A client side A/B tester - @version v5.0.1 + @version v5.0.2 @link https://github.com/dollarshaveclub/study @author Jacob Kelley @license MIT **/ -!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e=e||self).Postmate=t()}(this,function(){"use strict";var s,t=function(e,t){if(e.length!==t.length)throw new Error("names and weights must have equal length!");for(var s,n,r=t.reduce(function(e,t){return e+t},0),i=0,o=(s=0,n=r,Math.random()*(n-s)+s),u=0;u { format, { banner, - name: 'Postmate', + name: 'Study', } ) ), diff --git a/package.json b/package.json index 75703e7..8d6d1cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "studyjs", - "version": "5.0.1", + "version": "5.0.2", "author": "Jacob Kelley ", "homepage": "https://github.com/dollarshaveclub/study", "description": "A client side A/B tester",