DefinitelyTyped/types/react-dnd-multi-backend/package.json
Steve Holgado a5b1430bdb [react-dnd-multi-backend] Fixed HTMLtoTouch types location to match package directory structure (#41723)
* Fixed HTMLtoTouch types location to match directory structure of 'react-dnd-multi-backend'

* Added tests for CommonJS types file in 'react-dnd-multi-backend'

* Removed dependency from package.json
2020-01-28 11:54:07 -08:00

8 lines
130 B
JSON

{
"private": true,
"dependencies": {
"react-dnd": "^10.0.2",
"react-dnd-touch-backend": "^10.0.2"
}
}