@astrojs/cloudflare
Advanced tools
Comparing version 0.2.3 to 0.2.4
# @astrojs/cloudflare | ||
## 0.2.4 | ||
### Patch Changes | ||
- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes | ||
## 0.2.3 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@astrojs/cloudflare", | ||
"description": "Deploy your site to cloudflare pages functions", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"type": "module", | ||
@@ -18,3 +18,3 @@ "types": "./dist/index.d.ts", | ||
"bugs": "https://github.com/withastro/astro/issues", | ||
"homepage": "https://astro.build", | ||
"homepage": "https://docs.astro.build/en/guides/integrations-guide/cloudflare/", | ||
"exports": { | ||
@@ -29,3 +29,3 @@ ".": "./dist/index.js", | ||
"devDependencies": { | ||
"astro": "1.0.0-beta.65", | ||
"astro": "1.0.0-beta.69", | ||
"astro-scripts": "0.0.6" | ||
@@ -32,0 +32,0 @@ }, |
@@ -5,3 +5,3 @@ # @astrojs/cloudflare | ||
In your astro.config.mjs use: | ||
In your `astro.config.mjs` use: | ||
@@ -8,0 +8,0 @@ ```js |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14086