create-waku 0.4.8 → 0.4.9

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/cli.js +0 -1
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -20,7 +20,6 @@ tsconfig.json
20
20
  src/main.tsx
21
21
  src/entries.ts
22
22
  src/index.html
23
- src/components
24
23
  src/components/App.tsx
25
24
  src/components/Counter.tsx
26
25
  `
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "create-waku",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "bin": "./cli.js"
5
5
  }