Skip to content

Commit

Permalink
fix: add diff-match-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dafujii committed May 22, 2024
1 parent 6736631 commit 727b5f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
"test": "node ./out/test/runTest.js"
},
"devDependencies": {
"@types/diff-match-patch": "^1.0.36",
"@types/mocha": "^10.0.3",
"@types/node": "18.x",
"@types/vscode": "^1.82.0",
Expand All @@ -136,6 +137,7 @@
},
"dependencies": {
"contentful-management": "^11.4.0",
"diff-match-patch": "^1.0.5",
"yaml": "^2.3.3"
}
}
}

0 comments on commit 727b5f5

Please sign in to comment.