@we8/cloudflare 0.1.0 → 0.1.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/README.md +4 -3
  2. package/package.json +2 -8
package/README.md CHANGED
@@ -52,6 +52,7 @@ conventions. The seam between core and pack stays thin (database, object
52
52
  storage, analytics sink, email sender) so a second pack is a real possibility,
53
53
  but 0.1 ships no driver framework.
54
54
 
55
- See [docs/deploy.md](https://github.com/reveriext/we8-package/blob/main/docs/deploy.md) for the path from an empty directory
56
- to a deployed CMS, and [docs/quick-start.md](https://github.com/reveriext/we8-package/blob/main/docs/quick-start.md) for the
57
- three paths a project can take once it is deployed.
55
+ The path from an empty directory to a deployed CMS is written into the
56
+ project itself: [`create-we8`](https://www.npmjs.com/package/create-we8)
57
+ generates a README whose steps are the exact commands in dependency order,
58
+ and `npm run doctor` names whatever is still missing at any point.
package/package.json CHANGED
@@ -1,14 +1,8 @@
1
1
  {
2
2
  "name": "@we8/cloudflare",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "license": "MIT",
5
- "repository": {
6
- "type": "git",
7
- "url": "git+https://github.com/reveriext/we8-package.git",
8
- "directory": "packages/cloudflare"
9
- },
10
- "homepage": "https://github.com/reveriext/we8-package/tree/main/packages/cloudflare#readme",
11
- "bugs": "https://github.com/reveriext/we8-package/issues",
5
+ "homepage": "https://we8.io",
12
6
  "type": "module",
13
7
  "description": "The Cloudflare pack for we8: the wrangler config generator, the first-boot doctor, the migrations runner, and the Cloudflare Email Service sender.",
14
8
  "keywords": [