Skip to content

Commit 8e3c604

Browse files
authored
아이콘 빌드 스크립트 버그 수정 (#92)
* 스크립트에서 lodash-es 대신 lodash 사용하도록 변경 * 버전 수정 - v0.2.4
1 parent 29ef3ac commit 8e3c604

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@channel.io/design-system",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Design System by Channel",
55
"repository": {
66
"type": "git",

scripts/icon-index-template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const _ = require('lodash-es')
1+
const _ = require('lodash')
22
const path = require('path')
33

44
function defaultIndexTemplate(filePaths) {

0 commit comments

Comments
 (0)