DefinitelyTyped/types/react-datepicker/package.json
Sean Kelley 0c1f57baf8 react-datepicker: replace any types with their actual types; simplify tests.
- Remove several references to `any` that were too permissive.
- Add an explicit dependency on popper.js.
- Simplify tests by removing extraneous wrapper component and just creating a
  component; add a few more fields (but definitely not exhaustive tests).
- Add myself as a maintainer.
- Sort lines, because they clearly used to be that way and had some things
  added to the end.
2018-06-28 14:11:47 -07:00

8 lines
114 B
JSON

{
"private": true,
"dependencies": {
"moment": ">=2.14.0",
"popper.js": "^1.14.1"
}
}