Skip to content

Commit

Permalink
Add and organize fields in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhefner committed Jul 9, 2020
1 parent 82dfd75 commit 1d6817a
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,21 @@
"license": "MIT",
"description": "React component tied to scroll events with callbacks for enter, exit and progress while scrolling through the viewport.",
"repository": "ryanhefner/react-scroll-trigger",
"keywords": [
"react",
"react-component",
"scroll",
"trigger"
],
"author": "Ryan Hefner <hi@ryanhefner.com> (https://www.ryanhefner.com)",
"bugs": {
"url": "https://github.com/ryanhefner/react-contentful/issues"
},
"homepage": "https://github.com/ryanhefner/react-contentful#readme",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ryanhefner"
},
"files": [
"es",
"index.js",
Expand Down Expand Up @@ -87,11 +101,5 @@
"./node_modules/jest-enzyme/lib/index.js"
],
"testURL": "http://localhost"
},
"keywords": [
"react",
"react-component",
"scroll",
"trigger"
]
}
}

0 comments on commit 1d6817a

Please sign in to comment.