@astrojs/node
Advanced tools
Comparing version 0.1.5 to 0.1.6
# @astrojs/node | ||
## 0.1.6 | ||
### 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.1.5 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@astrojs/node", | ||
"description": "Deploy your site to a Node.js server", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"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/node/", | ||
"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 @@ }, |
@@ -9,3 +9,2 @@ # @astrojs/node 🔲 | ||
- <strong>[Configuration](#configuration)</strong> | ||
- <strong>[Examples](#examples)</strong> | ||
- <strong>[Troubleshooting](#troubleshooting)</strong> | ||
@@ -27,2 +26,3 @@ - <strong>[Contributing](#contributing)</strong> | ||
First, install the `@astrojs/node` package using your package manager. If you're using npm or aren't sure, run this in the terminal: | ||
```sh | ||
@@ -34,3 +34,3 @@ npm install @astrojs/node | ||
__astro.config.mjs__ | ||
__`astro.config.mjs`__ | ||
@@ -102,6 +102,8 @@ ```js | ||
## Examples | ||
## Troubleshooting | ||
For help, check out the `#support-threads` channel on [Discord](https://astro.build/chat). Our friendly Support Squad members are here to help! | ||
You can also check our [Astro Integration Documentation][astro-integration] for more on integrations. | ||
## Contributing | ||
@@ -113,2 +115,4 @@ | ||
See [CHANGELOG.md](CHANGELOG.md) for a history of changes to this integration. | ||
[astro-integration]: https://docs.astro.build/en/guides/integrations-guide/ |
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
15122
114