Skip to content

Commit

Permalink
Merge pull request #8 from dafujii/fix/update-package
Browse files Browse the repository at this point in the history
fix: add diff-match-patch
  • Loading branch information
nakamura-shuta authored May 22, 2024
2 parents 6736631 + 727b5f5 commit df1e41f
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 df1e41f

Please sign in to comment.