Comparing version 0.1.0 to 0.1.1
/** | ||
* @fileOverview Implementation of a priority queue data structure | ||
* @author Jason S. Jones | ||
* @version 0.1.0 | ||
* @version 0.1.1 | ||
* @license MIT | ||
@@ -6,0 +6,0 @@ */ |
{ | ||
"name": "queue-pri", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Javascript implementation of a priority queue data structure", | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "https://github.com/jasonsjones/priority-queue.git" | ||
"url": "https://github.com/jasonsjones/queue-pri.git" | ||
}, | ||
@@ -25,5 +25,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/jasonsjones/priority-queue/issues" | ||
"url": "https://github.com/jasonsjones/queue-pri/issues" | ||
}, | ||
"homepage": "https://github.com/jasonsjones/priority-queue", | ||
"homepage": "https://github.com/jasonsjones/queue-pri", | ||
"devDependencies": { | ||
@@ -30,0 +30,0 @@ "grunt": "^0.4.5", |
15977