Skip to content

Commit 26308a5

Browse files
authored
v0.2.4
2 parents a5c2cf7 + 8e3c604 commit 26308a5

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)