Skip to content

Commit 838bc04

Browse files
authored
Update package.json
1 parent 7924f19 commit 838bc04

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"name": "wmf_ab",
2+
"name": "bayesian_ab",
33
"version": "0.0.0",
4-
"description": "A library providing AB testing methods used by the WMF fundraising team",
4+
"description": "A library providing AB testing methods used",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/ewulczyn/wmf_ab.git"
11+
"url": "https://github.com/hanslemm/bayesian_ab.git"
1212
},
1313
"keywords": [
1414
"statistics"
1515
],
16-
"author": "Ellery Wulczyn <ellerywulczyn@gmail.com> (http://ewulczyn.github.io/)",
16+
"author": "Hans Lemm <hcrlemm@gmail.com>",
1717
"license": "MIT",
1818
"bugs": {
19-
"url": "https://github.com/ewulczyn/wmf_ab/issues"
19+
"url": "https://github.com/hanslemm/bayesian_ab/issues"
2020
},
21-
"homepage": "https://github.com/ewulczyn/wmf_ab",
21+
"homepage": "https://github.com/hanslemm/bayesian_ab",
2222
"dependencies": {
2323
"compute-add": "^1.0.1",
2424
"compute-divide": "^1.0.0",

0 commit comments

Comments
 (0)