@lotte-innovate/ui-component-test 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/globals.css +261147 -0
  2. package/package.json +3 -2
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@lotte-innovate/ui-component-test",
3
3
  "description": "Lotte UI Library",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "files": [
8
8
  "dist/lib",
9
9
  "dist/tailwind.config.d.ts",
10
- "dist/tailwind.config.js"
10
+ "dist/tailwind.config.js",
11
+ "dist/globals.css"
11
12
  ],
12
13
  "main": "dist/lib/index.js",
13
14
  "module": "dist/lib/index.js",