@leadertechie/create-personal-site 0.1.0-alpha.6 → 0.1.0-alpha.7

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/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -104,6 +104,7 @@ Welcome to my site!`;
104
104
  },
105
105
  dependencies: {
106
106
  "@leadertechie/personal-site-kit": "latest",
107
+ "wrangler": "^3.0.0",
107
108
  "lit": "^3.2.1"
108
109
  }
109
110
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leadertechie/create-personal-site",
3
- "version": "0.1.0-alpha.6",
3
+ "version": "0.1.0-alpha.7",
4
4
  "description": "Scaffold a personal website powered by Cloudflare Workers and R2. Fetches GitHub profile to auto-populate content.",
5
5
  "bin": {
6
6
  "create-personal-site": "./dist/index.js"