Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
clux committed Jul 10, 2014
1 parent 011e81a commit 54690e8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Expand Up @@ -2,13 +2,17 @@
"name": "trials",
"description": "Statistical trials to generate simple outcomes",
"author": "Eirik Albrigtsen <analsandblaster@gmail.com>",
"version": "0.1.3",
"version": "0.1.4",
"stability": "stable",
"repository": {
"type": "git",
"url": "clux/trials"
},
"keywords": ["probability", "bernoulli", "binomial"],
"keywords": [
"probability",
"bernoulli",
"binomial"
],
"main": "index.js",
"scripts": {
"test": "$(npm bin)/nodeunit --reporter=verbose test/*.js",
Expand All @@ -20,7 +24,7 @@
"jscoverage": "~0.5.4",
"coveralls": "~2.11.1",
"operators": "latest"
},
},
"bugs": {
"url": "http://github.com/clux/trials/issues"
},
Expand Down

0 comments on commit 54690e8

Please sign in to comment.