Skip to content

Commit

Permalink
modifed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-manna committed Jan 29, 2025
1 parent afb3da2 commit b07ccb6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-files-ts",
"version": "0.0.3",
"version": "0.0.4",
"description": "A file input (dropzone) management component for React",
"scripts": {
"build": "tsc"
Expand All @@ -19,6 +19,14 @@
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bugs": {
"url": "https://github.com/mj-manna/react-files-ts/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mj-manna/react-files-ts.git"
},
"homepage": "https://github.com/mj-manna/react-files-ts",
"devDependencies": {
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
Expand Down

0 comments on commit b07ccb6

Please sign in to comment.