secxmail 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "secxmail",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.3",
|
4
4
|
"description": "This package simply steals the nodemail package and allows you to only send a message to my e-mail.",
|
5
5
|
"main": "m0603.js",
|
6
6
|
"scripts": {
|
@@ -8,12 +8,12 @@
|
|
8
8
|
},
|
9
9
|
"repository": {
|
10
10
|
"type": "git",
|
11
|
-
"url": "git+
|
11
|
+
"url": "git+secxndary.git"
|
12
12
|
},
|
13
13
|
"author": "secxndary",
|
14
14
|
"license": "GuDev Tech Inc.",
|
15
15
|
"bugs": {
|
16
|
-
"url": "https://github.com/
|
16
|
+
"url": "https://github.com/secxndary/PSKP_Labs_5sem/issues"
|
17
17
|
},
|
18
|
-
"homepage": "https://github.com/
|
18
|
+
"homepage": "https://github.com/secxndary/PSKP_Labs_5sem"
|
19
19
|
}
|