Skip to content

Commit

Permalink
update bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed May 28, 2015
1 parent 6913e4c commit 995b494
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"license": "AGPL-3.0",
"homepage": "http://aureooms.github.io/js-arraylist/",
"main": "js/dist/arraylist.js",
"description": "dynamic array code bricks for JavaScript",
"ignore": [
"js/index.js",
"js/src",
"test",
"pkg.json",
"package.json",
".groc.json",
".travis.yml",
".gitignore",
"README.md"
],
"name": "aureooms-js-arraylist",
"version": "1.0.3"
}
"license": "AGPL-3.0",
"homepage": "http://aureooms.github.io/js-arraylist/",
"main": "js/dist/arraylist.js",
"description": "dynamic array code bricks for JavaScript",
"ignore": [
"js/index.js",
"js/src",
"test",
"pkg.json",
"package.json",
".groc.json",
".travis.yml",
".gitignore",
"README.md",
"inch.json",
".codeclimate.yml"
],
"name": "aureooms-js-arraylist",
"version": "1.0.3"
}

0 comments on commit 995b494

Please sign in to comment.