Skip to content

Commit efa8724

Browse files
update bower.json
1 parent fea7a2b commit efa8724

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

bower.json

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
{
2-
"version": "1.0.1",
3-
"description": "randomness code bricks for JavaScript",
4-
"name": "aureooms-js-random",
5-
"homepage": "http://aureooms.github.io/js-random/",
6-
"main": "js/dist/random.js",
7-
"ignore": [
8-
"js/index.js",
9-
"js/src",
10-
"test",
11-
"pkg.json",
12-
"package.json",
13-
".groc.json",
14-
".travis.yml",
15-
".gitignore",
16-
"README.md"
17-
],
18-
"license": "AGPL-3.0"
19-
}
2+
"version": "1.0.1",
3+
"description": "randomness code bricks for JavaScript",
4+
"name": "aureooms-js-random",
5+
"homepage": "http://aureooms.github.io/js-random/",
6+
"main": "js/dist/random.js",
7+
"ignore": [
8+
"js/index.js",
9+
"js/src",
10+
"test",
11+
"pkg.json",
12+
"package.json",
13+
".groc.json",
14+
".travis.yml",
15+
".gitignore",
16+
"README.md",
17+
"inch.json",
18+
".codeclimate.yml"
19+
],
20+
"license": "AGPL-3.0"
21+
}

0 commit comments

Comments
 (0)