Skip to content

Commit c3a900f

Browse files
committed
chore: update bower.json to add maintainers
1 parent f9e513e commit c3a900f

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

Diff for: bower.json

+9-16
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,17 @@
22
"name": "react-tooltip",
33
"description": "react tooltip component",
44
"main": "standalone/react-tooltip.js",
5-
"moduleType": [
6-
"globals",
7-
"amd",
8-
"node"
9-
],
5+
"moduleType": ["globals", "amd", "node"],
106
"license": "MIT",
11-
"ignore": [
12-
"bin",
13-
"example"
14-
],
15-
"keywords": [
16-
"react",
17-
"react-component",
18-
"tooltip",
19-
"react-tooltip"
20-
],
7+
"ignore": ["bin", "example"],
8+
"keywords": ["react", "react-component", "tooltip", "react-tooltip"],
219
"authors": [
22-
"wwayne"
10+
"wwayne",
11+
"danielbarion",
12+
"alexgurr",
13+
"aronhelser",
14+
"roggervalf",
15+
"huumanoid"
2316
],
2417
"homepage": "https://github.com/wwayne/react-tooltip",
2518
"repository": {

0 commit comments

Comments
 (0)