@v0idd0/tabsnap 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@v0idd0/tabsnap",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "tabsnap — format a tab list (or any tabs-shaped JSON) as markdown, plain text, JSON, or a readme file. Library + CLI. Same formatters that power the tabsnap browser extension. Zero deps. Free forever from vøiddo.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"test": "node test.js"
|
|
11
11
|
},
|
|
12
12
|
"files": [
|
|
13
|
-
"bin
|
|
14
|
-
"src
|
|
15
|
-
"
|
|
16
|
-
"
|
|
13
|
+
"bin",
|
|
14
|
+
"src",
|
|
15
|
+
"README.md",
|
|
16
|
+
"LICENSE"
|
|
17
17
|
],
|
|
18
18
|
"keywords": [
|
|
19
19
|
"tabs",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
],
|
|
35
35
|
"author": "vøiddo <support@voiddo.com> (https://voiddo.com)",
|
|
36
36
|
"license": "MIT",
|
|
37
|
-
"homepage": "https://
|
|
37
|
+
"homepage": "https://tools.voiddo.com/tabsnap/?ref=tabsnap-npm",
|
|
38
38
|
"repository": {
|
|
39
39
|
"type": "git",
|
|
40
40
|
"url": "git+https://github.com/voidd0/tabsnap.git"
|
|
@@ -52,10 +52,5 @@
|
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
54
54
|
"node": ">=14"
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
"darwin",
|
|
58
|
-
"linux",
|
|
59
|
-
"win32"
|
|
60
|
-
]
|
|
61
|
-
}
|
|
55
|
+
}
|
|
56
|
+
}
|