]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: add back the name and missing configs
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 8 Jul 2022 15:11:56 +0000 (17:11 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Wed, 13 Jul 2022 10:32:58 +0000 (12:32 +0200)
packages/nuxt/package.json
packages/nuxt/src/module.ts
packages/nuxt/tsconfig.json

index 37f44ff43074fef2705327f4592855f5811f9e6c..302d5fd78516be7bae5689543b4ff00ffbc12e89 100644 (file)
@@ -1,6 +1,10 @@
 {
   "name": "@pinia/nuxt",
+<<<<<<< HEAD
   "version": "0.2.1",
+=======
+  "version": "0.1.9",
+>>>>>>> 57e75dc (chore: add back the name and missing configs)
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
index 3be99c0cef17412055fd704f28ac8629cfc2196c..b3d5724e316d87e2960a7392b9e710d6f95fad9f 100644 (file)
@@ -1,3 +1,6 @@
+/**
+ * @module @pinia/nuxt
+ */
 import {
   defineNuxtModule,
   addPlugin,
index 069aee030759b5669f3cb46642935c006eec939f..56959efeb2bf7c87a58b61602024b529aefb0e66 100644 (file)
@@ -1,6 +1,4 @@
 {
   "extends": "./playground/.nuxt/tsconfig.json",
-  "include": [
-    "./shims.d.ts",
-  ]
+  "include": ["./shims.d.ts", "./src"]
 }