mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
- 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.
8 lines
114 B
JSON
8 lines
114 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"moment": ">=2.14.0",
|
|
"popper.js": "^1.14.1"
|
|
}
|
|
}
|