fix(background): correct package main field

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-01-06 17:28:59 +01:00
committed by Braks
parent c0f31a2b48
commit 2ed95e6a4c

View File

@@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/bcakmakoglu/vue-flow/issues"
},
"main": "./dist/vue-flow-plugin-background.js",
"main": "./dist/vue-flow-background.js",
"module": "./dist/vue-flow-background.mjs",
"types": "./dist/index.d.ts",
"unpkg": "./dist/vue-flow-background.iife.js",