Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jiandandaoxingfu committed Nov 4, 2023
1 parent d13d734 commit 3b76a84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "text-diff",
"name": "text-diff-viewer",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand All @@ -9,7 +9,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"react-diff-viewer": "^3.1.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 3b76a84

Please sign in to comment.