nuxt-mail 3.0.13 → 3.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -178,7 +178,7 @@ export default {
178
178
  }
179
179
  ```
180
180
 
181
- Also, the module not work for static sites (via `nuxt generate`) because the module creates a server route.
181
+ Also, the module does not work for static sites (via `nuxt generate`) because the module creates a server route.
182
182
 
183
183
  ## Debugging mail errors
184
184
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-mail",
3
- "version": "3.0.13",
3
+ "version": "3.0.14",
4
4
  "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
5
5
  "keywords": [
6
6
  "api",