Skip to content

Commit

Permalink
Merge pull request #8 from thii/component
Browse files Browse the repository at this point in the history
Add component.json in order to use confidencejs as a component
  • Loading branch information
jerath committed Nov 7, 2014
2 parents fb5a979 + 49c5edd commit ddead3f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
.DS_Store
node_modules
build
16 changes: 16 additions & 0 deletions 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"
]
}

0 comments on commit ddead3f

Please sign in to comment.