@astrojs/preact
Advanced tools
Comparing version 0.4.0 to 0.4.1
# @astrojs/preact | ||
## 0.4.1 | ||
### 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.4.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@astrojs/preact", | ||
"description": "Use Preact components within Astro", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"type": "module", | ||
@@ -21,3 +21,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/preact/", | ||
"exports": { | ||
@@ -35,3 +35,3 @@ ".": "./dist/index.js", | ||
"devDependencies": { | ||
"astro": "1.0.0-beta.66", | ||
"astro": "1.0.0-beta.69", | ||
"astro-scripts": "0.0.6", | ||
@@ -38,0 +38,0 @@ "preact": "^10.7.3" |
@@ -27,3 +27,2 @@ # @astrojs/preact ⚛️ | ||
<summary>Quick Install</summary> | ||
<br/> | ||
@@ -48,3 +47,2 @@ The `astro add` command-line tool automates the installation for you. Run one of the following commands in a new terminal window. (If you aren't sure which package manager you're using, run the first command.) Then, follow the prompts, and type "y" in the terminal (meaning "yes") for each one. | ||
<summary>Manual Install</summary> | ||
<br/> | ||
@@ -65,3 +63,3 @@ First, install the `@astrojs/preact` package using your package manager. If you're using npm or aren't sure, run this in the terminal: | ||
__astro.config.mjs__ | ||
__`astro.config.mjs`__ | ||
@@ -68,0 +66,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
25848
134