fix(minimap): add entrypoint
This commit is contained in:
@@ -2,6 +2,6 @@
|
|||||||
"name": "@react-flow/minimap",
|
"name": "@react-flow/minimap",
|
||||||
"version": "11.0.0",
|
"version": "11.0.0",
|
||||||
"description": "A minimap component for usage with React Flow",
|
"description": "A minimap component for usage with React Flow",
|
||||||
"main": "index.js",
|
"main": "dist/react-flow-minimap.cjs.js",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
export default 'Minimap';
|
||||||
Reference in New Issue
Block a user