nonamecartoon 0.2.1 → 0.2.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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nonamecartoon",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Cartoon/Comic-book style React UI library with AI-powered patterns for manga websites",
5
5
  "type": "module",
6
6
  "main": "./dist/nonamecartoon.umd.cjs",
@@ -15,7 +15,8 @@
15
15
  "./styles": "./dist/style.css"
16
16
  },
17
17
  "files": [
18
- "dist"
18
+ "dist",
19
+ "README.md"
19
20
  ],
20
21
  "sideEffects": [
21
22
  "**/*.css"