From 293433b75ce84b44d8f6126f79495d0d7e8a47b4 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Fri, 5 Jan 2024 14:02:49 -0500 Subject: [PATCH] chore: npm configurations --- packages/react-output-target/package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/react-output-target/package.json b/packages/react-output-target/package.json index afa7d2e..8270f10 100644 --- a/packages/react-output-target/package.json +++ b/packages/react-output-target/package.json @@ -1,6 +1,9 @@ { "name": "@stencil-community/react-output-target", - "version": "0.0.1", + "version": "0.0.2", + "license": "MIT", + "homepage": "https://github.com/stencil-community/stencil-react-output-target#README", + "author": "Sean Perkins ", "scripts": { "dev": "vite", "build": "vite build && vue-tsc --emitDeclarationOnly && cp ../../README.md dist/README.md", @@ -29,5 +32,10 @@ "import": "./dist/stencil-react-output-target.es.js", "require": "./dist/stencil-react-output-target.umd.js" } + }, + "repository": { + "type": "git", + "url": "https://github.com/stencil-community/stencil-react-output-target", + "directory": "packages/react-output-target" } }