Skip to content

Commit 748e4bb

Browse files
committed
Merge pull request Bishop92#3 from pratikpandey21/Bower-Support
Added bower support
2 parents 5ef8122 + 0726ee7 commit 748e4bb

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

bower.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "javascript-data-structure",
3+
"version": "1.0.0",
4+
"homepage": "https://github.com/Bishop92/JavaScript-Data-Structures",
5+
"authors": [
6+
"Bishop"
7+
],
8+
"description": "Datastructures in JS",
9+
"main": "DataStructuresMinimized.js",
10+
"license": "MIT",
11+
"ignore": [
12+
"**/.*",
13+
"node_modules",
14+
"bower_components",
15+
"test",
16+
"tests"
17+
]
18+
}

0 commit comments

Comments
 (0)