-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c1f85d
commit 55aa7b7
Showing
6 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
/** | ||
studyjs - A client side A/B tester | ||
@version v5.0.1 | ||
@version v5.0.2 | ||
@link https://github.com/dollarshaveclub/study | ||
@author Jacob Kelley <[email protected]> | ||
@license MIT | ||
**/ | ||
(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) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> | ||
@license MIT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
/** | ||
studyjs - A client side A/B tester | ||
@version v5.0.1 | ||
@version v5.0.2 | ||
@link https://github.com/dollarshaveclub/study | ||
@author Jacob Kelley <[email protected]> | ||
@license MIT | ||
**/ | ||
(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) { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "studyjs", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"author": "Jacob Kelley <[email protected]>", | ||
"homepage": "https://github.com/dollarshaveclub/study", | ||
"description": "A client side A/B tester", | ||
|