@lotte-innovate/ui-component-test 0.1.9 → 0.1.10
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lotte-innovate/ui-component-test",
|
3
3
|
"description": "Lotte UI Library",
|
4
|
-
"version": "0.1.
|
4
|
+
"version": "0.1.10",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
@@ -49,7 +49,7 @@
|
|
49
49
|
"build-storybook": "storybook build",
|
50
50
|
"clean": "rimraf dist && mkdir dist",
|
51
51
|
"update-tailwind": "node update-tailwind-import.js",
|
52
|
-
"build:all": "npm run clean && npm run compile && node move.js && npm run build:css && tsc-alias && npm run update-tailwind",
|
52
|
+
"build:all": "npm run clean && npm run compile && node src/utils/move.js && npm run build:css && tsc-alias && npm run update-tailwind",
|
53
53
|
"publish:npm": "npm run build:all && npm publish"
|
54
54
|
},
|
55
55
|
"dependencies": {
|