Skip to content

Commit

Permalink
npm version update
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleWhite-Hai committed Oct 21, 2024
1 parent 92d75a8 commit d0abbcd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"json-edit-react": "^1.17.0",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-diff-viz": "^1.1.1",
"react-diff-viz": "^1.1.3",
"react-dom": "^18.3.1"
},
"devDependencies": {
Expand Down
19 changes: 5 additions & 14 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"diff",
"visualization"
],
"version": "1.1.1",
"version": "1.1.3",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -40,5 +40,9 @@
"repository": {
"type": "git",
"url": "https://github.com/LittleWhite-Hai/react-diff-viz.git"
}
},
"files": [
"dist",
"README.md"
]
}

0 comments on commit d0abbcd

Please sign in to comment.