From 808cac4756873d7359b313161c51ce7b45a73e43 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Wed, 2 Nov 2022 09:38:14 -0700 Subject: [PATCH] eslint fixes --- package.json | 4 ++-- playground/nuxt.config.ts | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 1d12a1c..6587de3 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,8 @@ "type": "module", "version": "0.3.1", "license": "MIT", + "main": "./dist/module.cjs", + "types": "./dist/types.d.ts", "exports": { "./package.json": "./package.json", ".": { @@ -14,8 +16,6 @@ "import": "./dist/runtime/api.mjs" } }, - "main": "./dist/module.cjs", - "types": "./dist/types.d.ts", "files": [ "dist", "*.d.ts" diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index 013118e..b85f10e 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -5,11 +5,6 @@ export default defineNuxtConfig({ modules: [Module], runtimeConfig: { baseURL: '', - public: { - trpc: { - installPlugin: false - } - } }, typescript: { strict: true,