From 418f8ef44f52ee32274ad274f9dfc9db1c313517 Mon Sep 17 00:00:00 2001 From: Micky Brunetti Date: Thu, 27 Feb 2014 10:14:43 +0900 Subject: [PATCH] * Renamed package accordingly to its component --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ed6302e..2bf4bd2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "list-CircularDoubly", - "version": "0.1.1", + "name": "CircularDoublyList", + "version": "0.1.2", "description": "Circular Doubly List Datastructure", "main": "index.js", "scripts": {