From 49c27d0ed2c8fcf45f5501094cd88380cd685bfd Mon Sep 17 00:00:00 2001 From: pratikpandey Date: Thu, 12 Feb 2015 00:14:30 +0530 Subject: [PATCH 1/2] Adding bower.json --- bower.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..fed05cc --- /dev/null +++ b/bower.json @@ -0,0 +1,18 @@ +{ + "name": "javascript-data-structure", + "version": "1.0.0", + "homepage": "https://github.com/pratikpandey21/JavaScript-Data-Structures", + "authors": [ + "Bishop" + ], + "description": "Datastructures in JS", + "main": "DataStructuresMinimized.js", + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} From 0726ee7822565c49e45cb5290471d3f955b6b300 Mon Sep 17 00:00:00 2001 From: Pratik Pandey Date: Thu, 12 Feb 2015 00:30:47 +0530 Subject: [PATCH 2/2] Updating Bower json --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index fed05cc..07e8955 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "javascript-data-structure", "version": "1.0.0", - "homepage": "https://github.com/pratikpandey21/JavaScript-Data-Structures", + "homepage": "https://github.com/Bishop92/JavaScript-Data-Structures", "authors": [ "Bishop" ],