xl1 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "xl1",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.2",
|
4
4
|
"description": "just some xlsx script.",
|
5
5
|
"bin": {
|
6
6
|
"bash1": "dist/bash1/index.js",
|
7
7
|
"jsh1": "dist/jsh1/index.js",
|
8
8
|
"jsd1": "dist/jsd1/index.js",
|
9
9
|
"jsss": "dist/jsss/index.js",
|
10
|
+
"ssdl": "dist/ssdl/index.js",
|
10
11
|
"xl1": "dist/xl1/index.js"
|
11
12
|
},
|
12
13
|
"files": [
|