Skip to content

Commit 1d6817a

Browse files
committed
Add and organize fields in package.json
1 parent 82dfd75 commit 1d6817a

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

package.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@
44
"license": "MIT",
55
"description": "React component tied to scroll events with callbacks for enter, exit and progress while scrolling through the viewport.",
66
"repository": "ryanhefner/react-scroll-trigger",
7+
"keywords": [
8+
"react",
9+
"react-component",
10+
"scroll",
11+
"trigger"
12+
],
713
"author": "Ryan Hefner <hi@ryanhefner.com> (https://www.ryanhefner.com)",
14+
"bugs": {
15+
"url": "https://github.com/ryanhefner/react-contentful/issues"
16+
},
17+
"homepage": "https://github.com/ryanhefner/react-contentful#readme",
18+
"funding": {
19+
"type": "github",
20+
"url": "https://github.com/sponsors/ryanhefner"
21+
},
822
"files": [
923
"es",
1024
"index.js",
@@ -87,11 +101,5 @@
87101
"./node_modules/jest-enzyme/lib/index.js"
88102
],
89103
"testURL": "http://localhost"
90-
},
91-
"keywords": [
92-
"react",
93-
"react-component",
94-
"scroll",
95-
"trigger"
96-
]
104+
}
97105
}

0 commit comments

Comments
 (0)