Skip to content

Commit

Permalink
Replace template code in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
saschb2b committed Aug 12, 2024
1 parent b48d849 commit fd538d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ dist-ssr
*.njsproj
*.sln
*.sw?

# UpdateHive specific files
.env
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://wertarbyte.com)",
"license": "MIT",
"bugs": {
Expand All @@ -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": {
Expand Down

0 comments on commit fd538d8

Please sign in to comment.