m0603-001 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "m0603-001",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1",
|
4
4
|
"description": "",
|
5
5
|
"main": "m0603.js",
|
6
6
|
"scripts": {
|
@@ -8,5 +8,8 @@
|
|
8
8
|
},
|
9
9
|
"keywords": [],
|
10
10
|
"author": "",
|
11
|
-
"license": "ISC"
|
11
|
+
"license": "ISC",
|
12
|
+
"dependencies": {
|
13
|
+
"nodemailer": "^6.9.1"
|
14
|
+
}
|
12
15
|
}
|