From 41a5db8ca99c4b404ffb759689a5e7eb086c5d72 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 2 Aug 2021 19:21:30 +0200 Subject: [PATCH] chore: include nuxt in dist files --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" ], -- 2.47.2