secxmail 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 +4 -4
package/package.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "secxmail",
|
3
|
-
"version": "1.0.
|
4
|
-
"description": "
|
3
|
+
"version": "1.0.1",
|
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": {
|
7
|
-
"test": "
|
7
|
+
"test": "send('hello world!')"
|
8
8
|
},
|
9
9
|
"repository": {
|
10
10
|
"type": "git",
|
11
11
|
"url": "git+https://github.com/github.com/secxndary.git"
|
12
12
|
},
|
13
13
|
"author": "secxndary",
|
14
|
-
"license": "
|
14
|
+
"license": "GuDev Tech Inc.",
|
15
15
|
"bugs": {
|
16
16
|
"url": "https://github.com/github.com/secxndary/issues"
|
17
17
|
},
|