async-neocities
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -10,4 +10,10 @@ # Changelog | ||
## [v3.0.0](https://github.com/bcomnes/async-neocities/compare/v2.1.6...v3.0.0) | ||
## [v3.0.1](https://github.com/bcomnes/async-neocities/compare/v3.0.0...v3.0.1) | ||
### Commits | ||
- Fix engines range [`ce08ada`](https://github.com/bcomnes/async-neocities/commit/ce08ada4c78f975954c587af1cc5442cef37ca3f) | ||
## [v3.0.0](https://github.com/bcomnes/async-neocities/compare/v2.1.6...v3.0.0) - 2024-01-15 | ||
### Merged | ||
@@ -14,0 +20,0 @@ |
{ | ||
"name": "async-neocities", | ||
"description": "A library and bin to deploy to neocities", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)", | ||
@@ -15,4 +15,4 @@ "type": "module", | ||
"engines": { | ||
"node": ">20", | ||
"npm": ">10" | ||
"node": ">=20", | ||
"npm": ">=10" | ||
}, | ||
@@ -19,0 +19,0 @@ "dependencies": { |
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
66306