Skip to content

Commit 76efd5b

Browse files
committed
chore: clean-up package.json
1 parent f0794c6 commit 76efd5b

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

package.json

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
"version": "1.0.1",
44
"description": "A handler for react-docgen that tries to infer the displayName of a component",
55
"license": "MIT",
6+
"author": "nerdlabs <nerds@nerdlabs.it>",
7+
"keywords": [
8+
"react",
9+
"documentation-generation",
10+
"react-docgen"
11+
],
12+
"homepage": "https://github.com/nerdlabs/react-docgen-displayname-handler#readme",
13+
"bugs": {
14+
"url": "https://github.com/nerdlabs/react-docgen-displayname-handler/issues"
15+
},
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/nerdlabs/react-docgen-displayname-handler.git"
19+
},
20+
"engines": {
21+
"node": ">=4"
22+
},
623
"files": [
724
"distribution"
825
],
@@ -29,20 +46,6 @@
2946
],
3047
"babel": "inherit"
3148
},
32-
"author": "nerdlabs <nerds@nerdlabs.it>",
33-
"keywords": [
34-
"react",
35-
"documentation-generation",
36-
"react-docgen"
37-
],
38-
"homepage": "https://github.com/nerdlabs/react-docgen-displayname-handler#readme",
39-
"bugs": {
40-
"url": "https://github.com/nerdlabs/react-docgen-displayname-handler/issues"
41-
},
42-
"repository": {
43-
"type": "git",
44-
"url": "git+https://github.com/nerdlabs/react-docgen-displayname-handler.git"
45-
},
4649
"babel": {
4750
"presets": [
4851
[

0 commit comments

Comments
 (0)