create-bunspace 0.5.0 → 0.5.1

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 (2) hide show
  1. package/dist/bin.js +2 -0
  2. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -5781,6 +5781,8 @@ var TEXT_EXTENSIONS = new Set([
5781
5781
  ".yml",
5782
5782
  ".yaml",
5783
5783
  ".toml",
5784
+ ".html",
5785
+ ".css",
5784
5786
  ".gitignore",
5785
5787
  ".prettierrc",
5786
5788
  ".prettierignore",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-bunspace",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "type": "module",
5
5
  "description": "Multi-template project scaffolder for Bun",
6
6
  "author": "MKS2508",