@astrojs/node
Advanced tools
Comparing version 0.1.3 to 0.1.4
# @astrojs/node | ||
## 0.1.4 | ||
### Patch Changes | ||
- [#3817](https://github.com/withastro/astro/pull/3817) [`2f56664f`](https://github.com/withastro/astro/commit/2f56664f85596c6268ecb44bbb9c36cca2ea49c5) Thanks [@ran-dall](https://github.com/ran-dall)! - Fix example on `README.md` | ||
## 0.1.3 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@astrojs/node", | ||
"description": "Deploy your site to a Node.js server", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"type": "module", | ||
@@ -25,3 +25,3 @@ "types": "./dist/index.d.ts", | ||
"devDependencies": { | ||
"astro": "1.0.0-beta.60", | ||
"astro": "1.0.0-beta.64", | ||
"astro-scripts": "0.0.6" | ||
@@ -28,0 +28,0 @@ }, |
@@ -36,3 +36,3 @@ # @astrojs/node 🔲 | ||
import { defineConfig } from 'astro/config'; | ||
import deno from '@astrojs/node'; | ||
import node from '@astrojs/node'; | ||
@@ -39,0 +39,0 @@ export default defineConfig({ |
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
13982
12