From 5707422c798218f2b10648f6a14380d3f9f84e99 Mon Sep 17 00:00:00 2001 From: Doan Truong Thi Date: Sun, 2 Nov 2014 20:26:02 +0900 Subject: [PATCH 1/2] Add component.json in order to use confidencejs as a component --- component.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 0000000..315c574 --- /dev/null +++ b/component.json @@ -0,0 +1,16 @@ +{ + "name": "confidencejs", + "repository": "sendwithus/confidence", + "description": "A light-weight JavaScript library to help you make sense of your A/B test results.", + "version": "1.2.0", + "keywords": [ + "a/b test", + "confidence", + "interval" + ], + "license": "Apache", + "main": "confidence.js", + "scripts": [ + "confidence.js" + ] +} From 49c5edd84ab13b71b02495a7f19fae491982d4a3 Mon Sep 17 00:00:00 2001 From: Doan Truong Thi Date: Sun, 2 Nov 2014 20:26:29 +0900 Subject: [PATCH 2/2] Update gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9daa824..210c9c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store node_modules +build