Skip to content

Commit c7accc4

Browse files
committed
3.0.1
1 parent a32dc5a commit c7accc4

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

package.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
{
22
"name": "bower2nix",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Generate nix expressions to fetch bower dependencies",
55
"homepage": "https://github.com/rvl/bower2nix",
6-
"contributors": [{
7-
"name": "Shea Levy",
8-
"email": "[email protected]"
9-
}, {
10-
"name": "Rodney Lorrimar",
11-
"email": "[email protected]"
12-
}],
6+
"contributors": [
7+
{
8+
"name": "Shea Levy",
9+
"email": "[email protected]"
10+
},
11+
{
12+
"name": "Rodney Lorrimar",
13+
"email": "[email protected]"
14+
}
15+
],
1316
"bin": {
1417
"bower2nix": "bin/bower2nix",
1518
"fetch-bower": "bin/fetch-bower"

0 commit comments

Comments
 (0)