Skip to content

Commit

Permalink
Merge pull request #1 from bchevalier/develop
Browse files Browse the repository at this point in the history
* package.json added
  • Loading branch information
Ron Korving committed Feb 14, 2014
2 parents 3b26353 + 45c10a4 commit 972ee1c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "CircularDoublyList",
"repo": "Wizcorp/list-CircularDoubly",
"version": "0.1.0",
"version": "0.1.1",
"scripts": [
"index.js"
],
Expand Down
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "list-CircularDoubly",
"version": "0.1.1",
"description": "Circular Doubly List Datastructure",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Wizcorp/list-CircularDoubly.git"
},
"author": "bchevalier",
"license": "MIT",
"gitHead": "3b263538fb8b935e3cf22db0c2d6ad098c0bc5be",
"bugs": {
"url": "https://github.com/Wizcorp/list-CircularDoubly/issues"
}
}

0 comments on commit 972ee1c

Please sign in to comment.