react-emotion-face 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-emotion-face",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Animated cartoon emotion face React component library",
5
5
  "main": "dist/react-emotion-face.umd.cjs",
6
6
  "module": "dist/react-emotion-face.es.js",
@@ -13,11 +13,13 @@
13
13
  },
14
14
  "./styles": "./dist/style.css"
15
15
  },
16
- "files": ["dist"],
16
+ "files": [
17
+ "dist"
18
+ ],
17
19
  "scripts": {
18
20
  "dev": "vite serve demo --config demo/vite.config.ts",
19
21
  "build:lib": "vite build",
20
- "build:demo": "vite build --config demo/vite.config.ts",
22
+ "build:demo": "vite build --config demo/vite.config.ts && touch docs/.nojekyll",
21
23
  "build": "npm run build:lib && npm run build:demo",
22
24
  "preview": "vite preview --config demo/vite.config.ts"
23
25
  },
@@ -38,6 +40,13 @@
38
40
  "vite": "^6.0.0",
39
41
  "vite-plugin-dts": "^4.0.0"
40
42
  },
41
- "keywords": ["react", "emotion", "animation", "svg", "cartoon", "face"],
43
+ "keywords": [
44
+ "react",
45
+ "emotion",
46
+ "animation",
47
+ "svg",
48
+ "cartoon",
49
+ "face"
50
+ ],
42
51
  "license": "MIT"
43
52
  }