nuxt-mail 5.0.0 → 5.0.1

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 +2 -2
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -60,10 +60,10 @@ Does not work for static sites (via `nuxt generate`) because the module creates
60
60
 
61
61
  ```bash
62
62
  # npm
63
- $ npm install nuxt-mail
63
+ $ npx nuxi module add nuxt-mail
64
64
 
65
65
  # Yarn
66
- $ yarn add nuxt-mail
66
+ $ yarn nuxi module add nuxt-mail
67
67
  ```
68
68
  <!-- /INSTALL -->
69
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-mail",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
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
  "email",
@@ -52,6 +52,7 @@
52
52
  },
53
53
  "devDependencies": {
54
54
  "@dword-design/base": "^11.0.4",
55
+ "@dword-design/base-config-nuxt-module": "^1.0.0",
55
56
  "@dword-design/puppeteer": "^7.0.0",
56
57
  "@nuxtjs/axios": "^5.13.1",
57
58
  "axios": "^0",