Skip to content

Commit

Permalink
Release v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed May 14, 2016
1 parent c23d20f commit b10b495
Show file tree
Hide file tree
Showing 3 changed files with 994 additions and 1,603 deletions.
99 changes: 29 additions & 70 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,71 +1,30 @@
{

"name": "ml",

"version": "0.8.1",

"main": [


"dist/ml.js",


"dist/ml.min.js"

],

"homepage": "https://github.com/mljs/ml",

"authors": [


"Michaël Zasso"

],

"description": "Machine learning tools",

"moduleType": [


"amd",


"globals",


"node"

],

"keywords": [


"machine",


"learning",


"data",


"mining",


"datamining"

],

"license": "MIT",

"ignore": [


"/*",


"!dist/*"

]
}
"name": "ml",
"version": "0.8.2",
"main": [
"dist/ml.js",
"dist/ml.min.js"
],
"homepage": "https://github.com/mljs/ml",
"authors": [
"Michaël Zasso"
],
"description": "Machine learning tools",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"machine",
"learning",
"data",
"mining",
"datamining"
],
"license": "MIT",
"ignore": [
"/*",
"!dist/*"
]
}
Loading

0 comments on commit b10b495

Please sign in to comment.