Skip to content

Commit

Permalink
v6.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Jul 18, 2015
1 parent 42e372b commit a3cdd42
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"homepage": "http://aureooms.github.io/js-dll/",
"name": "aureooms-js-dll",
"license": "AGPL-3.0",
"description": "Doubly linked list code bricks for JavaScript",
"version": "6.0.6",
"main": "js/dist/dll.js",
"ignore": [
"js/index.js",
"js/src",
"test",
"pkg.json",
"package.json",
".groc.json",
".travis.yml",
".gitignore",
"README.md",
"inch.json",
".codeclimate.yml"
]
}
"homepage": "http://aureooms.github.io/js-dll/",
"name": "aureooms-js-dll",
"license": "AGPL-3.0",
"description": "Doubly linked list code bricks for JavaScript",
"version": "6.0.7",
"main": "js/dist/dll.js",
"ignore": [
"js/index.js",
"js/src",
"test",
"pkg.json",
"package.json",
".groc.json",
".travis.yml",
".gitignore",
"README.md",
"inch.json",
".codeclimate.yml"
]
}
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": [
"js/dist/dll.js"
],
"version": "6.0.6",
"version": "6.0.7",
"description": "Doubly linked list code bricks for JavaScript",
"main": "js/dist/dll.js",
"license": "AGPL-3.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Doubly linked list code bricks for JavaScript",
"homepage": "http://aureooms.github.io/js-dll/",
"main": "js/dist/dll.js",
"version": "6.0.6",
"version": "6.0.7",
"repository": {
"url": "https://github.com/aureooms/js-dll.git",
"type": "git"
Expand Down Expand Up @@ -37,4 +37,4 @@
},
"dependencies": {},
"license": "AGPL-3.0"
}
}

0 comments on commit a3cdd42

Please sign in to comment.