Skip to content

Commit

Permalink
adds string-similarity to frontend deps, re #10780
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Apr 17, 2024
1 parent 7e24eca commit bce9e07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arches/app/templates/javascript.htm
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
'jqtree': {
deps: ['jquery']
},
'string-similarity': {
deps: ['string-similarity']
},
'datatables': {
deps: ['jquery']
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"requirejs-text": "~2.0.16",
"select-woo": "jadu/selectWoo",
"select2": "3.5.1",
"string-similarity": "4.0.4",
"underscore": "~1.13.6",
"uuidjs": "^3.3.0",
"vue": "^3.4.21",
Expand Down

0 comments on commit bce9e07

Please sign in to comment.