From fd538d886771cea01fa49ed3f5252d92a8ca1960 Mon Sep 17 00:00:00 2001 From: Sascha Becker Date: Mon, 12 Aug 2024 15:28:59 +0200 Subject: [PATCH] Replace template code in package.json --- .gitignore | 3 --- package.json | 12 ++++++------ 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 60e1f67..a547bf3 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,3 @@ dist-ssr *.njsproj *.sln *.sw? - -# UpdateHive specific files -.env diff --git a/package.json b/package.json index 18b6e92..9cfe9a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wertarbyte/material-ui-currency-textfield", - "description": "React hook and components for UpdateHive", + "description": "Currency textField for React Material UI", "author": "Wertarbyte (https://wertarbyte.com)", "license": "MIT", "bugs": { @@ -13,16 +13,16 @@ }, "version": "1.0.0", "type": "module", - "main": "dist/updatehive-react.umd.js", - "module": "dist/updatehive-react.js", - "types": "dist/updatehive-react.d.ts", + "main": "dist/material-ui-currency-textfield.umd.js", + "module": "dist/material-ui-currency-textfield.js", + "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { - "import": "./dist/updatehive-react.js", - "require": "./dist/updatehive-react.umd.js" + "import": "./dist/material-ui-currency-textfield.js", + "require": "./dist/material-ui-currency-textfield.umd.js" } }, "scripts": {