@small-tech/auto-encrypt-localhost
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -8,2 +8,8 @@ # Changelog | ||
## [7.0.1] - 2021-03-06 | ||
### Fixed | ||
- Added missing bin folder to the npm package. | ||
## [7.0.0] - 2021-03-06 | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "@small-tech/auto-encrypt-localhost", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Automatically provisions and installs locally-trusted TLS certificates for Node.js https servers (including Express.js, etc.) using mkcert.", | ||
@@ -22,3 +22,4 @@ "keywords": [ | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"bin" | ||
], | ||
@@ -25,0 +26,0 @@ "scripts": { |
79720
10
522
7
5