From: Eduardo San Martin Morote Date: Mon, 2 Aug 2021 17:21:30 +0000 (+0200) Subject: chore: include nuxt in dist files X-Git-Tag: v2.0.0-rc.2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41a5db8ca99c4b404ffb759689a5e7eb086c5d72;p=thirdparty%2Fvuejs%2Fpinia.git chore: include nuxt in dist files --- diff --git a/package.json b/package.json index 9e0ee628..d3e5d656 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,9 @@ "import": "./dist/pinia.esm-bundler.js", "require": "./dist/pinia.cjs.js" }, - "./package.json": "./package.json" + "./package.json": "./package.json", + "./nuxt-2": "./nuxt-2/index.js", + "./nuxt-2/*": "./nuxt-2/*" }, "sideEffects": false, "author": { @@ -40,6 +42,8 @@ "files": [ "dist/*.js", "dist/pinia.d.ts", + "nuxt-2/*.js", + "nuxt-2/*.d.ts", "LICENSE", "README.md" ],