sorted-array
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ { | ||
"description": "An implementation of John von Neumann's sorted arrays in JavaScript. Implements insertion sort and binary search for fast insertion and deletion.", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"keywords": ["sorted", "array", "Neumann", "insertion", "sort", "insert", "binary", "search", "deletion", "delete"], | ||
@@ -8,0 +8,0 @@ "main": "sorted-array.js", |
{ | ||
"name": "sorted-array", | ||
"description": "An implementation of John von Neumann's sorted arrays in JavaScript. Implements insertion sort and binary search for fast insertion and deletion.", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"keywords": ["sorted", "array", "Neumann", "insertion", "sort", "insert", "binary", "search", "deletion", "delete"], | ||
@@ -18,3 +18,3 @@ "author": "Aadit M Shah (http://aaditmshah.github.com/) <aaditmshah@fastmail.fm>", | ||
}], | ||
"bugs": "https://github.com/javascript/sorted-array/issues", | ||
"bugs": "https://github.com/aaditmshah/sorted-array/issues", | ||
"licenses": [{ | ||
@@ -26,6 +26,6 @@ "type": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/javascript/sorted-array.git" | ||
"url": "https://github.com/aaditmshah/sorted-array.git" | ||
}], | ||
"dependencies": {}, | ||
"homepage": "https://github.com/javascript/sorted-array" | ||
"homepage": "https://github.com/aaditmshah/sorted-array" | ||
} |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package