Skip to content

Commit

Permalink
Update dependencies and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
schulzch committed Feb 23, 2021
1 parent b8a706e commit a862a6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edit-distance",
"version": "1.0.3",
"version": "1.0.4",
"description": "String and tree edit distance",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -21,10 +21,10 @@
"metric"
],
"devDependencies": {
"browserify": "^16.2.3",
"browserify": "^17.0.0",
"chai": "^4.2.0",
"coffeescript": "^1.12.2",
"marked": "^1.1.1",
"coffeescript": "^1.12.7",
"marked": "^2.0.0",
"mocha": "^8.1.3"
},
"author": "Christoph Schulz <[email protected]>",
Expand Down

0 comments on commit a862a6d

Please sign in to comment.