Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: rename cli to diffpatch
  • Loading branch information
nikku committed Jul 26, 2024
commit e2e777ad3edc0a53584df7caa8d9ea3b51f3088b
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "src/index.js",
"types": "src/index.d.ts",
"bin": {
"jsondiffpatch": "./bin/jsondiffpatch"
"diffpatch": "./bin/diffpatch"
},
"scripts": {
"all": "run-s lint test",
Expand Down