types(Poppperjs): fix types path (#8111)

This commit is contained in:
neverland
2021-02-09 19:56:54 +08:00
committed by GitHub
parent b50cd43921
commit 46c38e18ac

View File

@@ -4,7 +4,7 @@
"description": "Precompiled popperjs core",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
"types": "dist/index.d.ts",
"files": [
"dist"
],