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 35b1005 commit 4dd0afd
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
{
"description": "ASCII code bricks for JavaScript",
"version": "1.0.1",
"name": "aureooms-js-ascii",
"license": "AGPL-3.0",
"main": "js/dist/ascii.js",
"ignore": [
"js/index.js",
"js/src",
"test",
"pkg.json",
"package.json",
"inch.json",
".groc.json",
".travis.yml",
".gitignore",
"README.md"
],
"homepage": "http://aureooms.github.io/js-ascii/"
}
"description": "ASCII code bricks for JavaScript",
"version": "1.0.1",
"name": "aureooms-js-ascii",
"license": "AGPL-3.0",
"main": "js/dist/ascii.js",
"ignore": [
"js/index.js",
"js/src",
"test",
"pkg.json",
"package.json",
"inch.json",
".groc.json",
".travis.yml",
".gitignore",
"README.md",
"inch.json",
".codeclimate.yml"
],
"homepage": "http://aureooms.github.io/js-ascii/"
}

0 comments on commit 4dd0afd

Please sign in to comment.