fix(minimap): add entrypoint

This commit is contained in:
Christopher Möller
2022-07-19 15:16:13 +02:00
parent 6733076ab4
commit 62c417263c
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,6 @@
"name": "@react-flow/minimap",
"version": "11.0.0",
"description": "A minimap component for usage with React Flow",
"main": "index.js",
"main": "dist/react-flow-minimap.cjs.js",
"license": "MIT"
}

View File

@@ -0,0 +1 @@
export default 'Minimap';