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 fea7a2b commit efa8724
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 @@
{
"version": "1.0.1",
"description": "randomness code bricks for JavaScript",
"name": "aureooms-js-random",
"homepage": "http://aureooms.github.io/js-random/",
"main": "js/dist/random.js",
"ignore": [
"js/index.js",
"js/src",
"test",
"pkg.json",
"package.json",
".groc.json",
".travis.yml",
".gitignore",
"README.md"
],
"license": "AGPL-3.0"
}
"version": "1.0.1",
"description": "randomness code bricks for JavaScript",
"name": "aureooms-js-random",
"homepage": "http://aureooms.github.io/js-random/",
"main": "js/dist/random.js",
"ignore": [
"js/index.js",
"js/src",
"test",
"pkg.json",
"package.json",
".groc.json",
".travis.yml",
".gitignore",
"README.md",
"inch.json",
".codeclimate.yml"
],
"license": "AGPL-3.0"
}

0 comments on commit efa8724

Please sign in to comment.