Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Remove lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaDelBuono committed Jul 23, 2019
1 parent 3f75b25 commit 50ab651
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/javascript/hmcts-webchat.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function parseText(text) {
}

function webchat_init(customParams) {
const version = '0.2.6';
const version = '0.2.7';
const requiredParams = [
'uuid',
'tenant',
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/ctsc-web-chat",
"version": "0.2.6",
"version": "0.2.7",
"description": "Assets to support HMCTS CTSC web chat",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,8 +32,7 @@
"dependencies": {
"@hmcts/nodejs-logging": "^3.0.0",
"govuk-frontend": "^2.13.0",
"node-sass": "^4.12.0",
"lodash": "^4.17.15"
"node-sass": "^4.12.0"
},
"devDependencies": {
"autoprefixer": "^9.4.7",
Expand Down

0 comments on commit 50ab651

Please sign in to comment.