Skip to content

Commit 9a2b84e

Browse files
committed
chore: 🤖 tweak composer.json
1 parent 53e5f82 commit 9a2b84e

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

‎composer.json‎

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
{
2-
"name": "ttskch/select2-bootstrap4-theme",
3-
"description": "Select2 v4 theme for Bootstrap4 (Compatible to boostrap 4.0.0+)",
4-
"keywords": [
5-
"css",
6-
"sass",
7-
"select2",
8-
"bootstrap4",
9-
"theme"
10-
],
11-
"homepage": "https://github.com/ttskch/select2-bootstrap4-theme",
12-
"authors": [
13-
{
14-
"name": "Takashi Kanemoto"
15-
}
16-
],
17-
"support": {
18-
"issues": "https://github.com/ttskch/select2-bootstrap4-theme/issues"
19-
},
20-
"license": "MIT"
2+
"name": "ttskch/select2-bootstrap4-theme",
3+
"description": "Select2 v4 theme for Bootstrap4",
4+
"keywords": [
5+
"select2",
6+
"theme",
7+
"bootstrap",
8+
"bootstrap4",
9+
"css",
10+
"scss"
11+
],
12+
"type": "library",
13+
"license": "MIT",
14+
"authors": [
15+
{
16+
"name": "Takashi Kanemoto",
17+
"email": "ttskch@gmail.com"
18+
}
19+
]
2120
}

0 commit comments

Comments
 (0)