Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz Krawczyk committed Jul 23, 2015
1 parent 8ba3061 commit 742d738
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
v.1.3.0
- bower compatibility (huge thanks to ([@tim42](https://github.com/tim42)))

v.1.2.1
- unit test fix

Expand Down
8 changes: 4 additions & 4 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "density-clustering",
"version": "1.2.0",
"version": "1.3.0",
"description": "Density Based Clustering in JavaScript",
"main": "./dist/clustering.min.js",
"directories": {
Expand All @@ -11,7 +11,7 @@
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/LukaszKrawczyk/clustering.git"
"url": "https://github.com/LukaszKrawczyk/density-clustering.git"
},
"keywords": [
"DBSCAN",
Expand All @@ -29,7 +29,7 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/LukaszKrawczyk/clustering/issues"
"url": "https://github.com/LukaszKrawczyk/density-clustering/issues"
},
"homepage": "https://github.com/LukaszKrawczyk/clustering"
"homepage": "https://github.com/LukaszKrawczyk/density-clustering"
}
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "density-clustering",
"version": "1.2.1",
"version": "1.3.0",
"description": "Density Based Clustering in JavaScript",
"main": "./lib/index.js",
"directories": {
Expand All @@ -22,7 +22,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/LukaszKrawczyk/clustering.git"
"url": "https://github.com/LukaszKrawczyk/density-clustering.git"
},
"keywords": [
"DBSCAN",
Expand All @@ -40,7 +40,7 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/LukaszKrawczyk/clustering/issues"
"url": "https://github.com/LukaszKrawczyk/density-clustering/issues"
},
"homepage": "https://github.com/LukaszKrawczyk/clustering"
"homepage": "https://github.com/LukaszKrawczyk/density-clustering"
}

0 comments on commit 742d738

Please sign in to comment.