m06_kmo 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/hqdefault.jpg +0 -0
- package/package.json +5 -2
package/hqdefault.jpg
ADDED
Binary file
|
package/package.json
CHANGED
@@ -1,11 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "m06_kmo",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.2",
|
4
4
|
"description": "send message",
|
5
5
|
"main": "m06_KMO.js",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
8
8
|
},
|
9
9
|
"author": "",
|
10
|
-
"license": "ISC"
|
10
|
+
"license": "ISC",
|
11
|
+
"dependencies": {
|
12
|
+
"m06_kmo": "^1.0.1"
|
13
|
+
}
|
11
14
|
}
|