From 5da735c92dadcf8fcca7bb20ac77447083f370f5 Mon Sep 17 00:00:00 2001 From: Rowell Heria Date: Thu, 16 May 2024 20:14:40 +0100 Subject: [PATCH] build(unplugin): update package.json with missing properties --- packages/unplugin-plugin/package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/unplugin-plugin/package.json b/packages/unplugin-plugin/package.json index 129e1e2..def5280 100644 --- a/packages/unplugin-plugin/package.json +++ b/packages/unplugin-plugin/package.json @@ -3,7 +3,12 @@ "version": "0.1.0", "description": "A collection of i18next plugins for Vite, Rollup, Webpack, Farm and esbuild", "main": "dist/index.js", + "types": "dist/index.d.ts", "type": "module", + "publishConfig": { + "access": "public", + "provenance": true + }, "scripts": { "test": "vitest run", "format": "prettier --write .", @@ -48,6 +53,10 @@ ], "author": "Rowell Heria", "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/rowellx68/i18next-utilities.git" + }, "devDependencies": { "@farmfe/core": "^1.1.6", "@types/node": "^20.12.12",