From: Eduardo San Martin Morote Date: Sat, 10 Dec 2022 10:46:00 +0000 (+0100) Subject: chore: move types up in package.json X-Git-Tag: pinia@2.0.29~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7df7d2ae0820b9b58e86546d117049301376723;p=thirdparty%2Fvuejs%2Fpinia.git chore: move types up in package.json --- diff --git a/packages/pinia/package.json b/packages/pinia/package.json index fc1b4a6a..0d78cb72 100644 --- a/packages/pinia/package.json +++ b/packages/pinia/package.json @@ -9,6 +9,7 @@ "types": "dist/pinia.d.ts", "exports": { ".": { + "types": "./dist/pinia.d.ts", "node": { "import": { "production": "./dist/pinia.prod.cjs", @@ -22,8 +23,7 @@ } }, "import": "./dist/pinia.mjs", - "require": "./index.js", - "types": "./dist/pinia.d.ts" + "require": "./index.js" }, "./package.json": "./package.json", "./dist/*": "./dist/*"