diff --git a/package-lock.json b/package-lock.json index c74bbfadc9..9fac2e92d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@channel.io/design-system", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e8dca22585..f8a97993aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@channel.io/design-system", - "version": "0.2.3", + "version": "0.2.4", "description": "Design System by Channel", "repository": { "type": "git", diff --git a/scripts/icon-index-template.js b/scripts/icon-index-template.js index 2456b94a4b..854fa3b0fb 100644 --- a/scripts/icon-index-template.js +++ b/scripts/icon-index-template.js @@ -1,4 +1,4 @@ -const _ = require('lodash-es') +const _ = require('lodash') const path = require('path') function defaultIndexTemplate(filePaths) {