@dhruv2mars/mdv 0.0.7 → 0.0.8
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/README.md +1 -0
- package/package.json +3 -2
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dhruv2mars/mdv",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Terminal-first markdown visualizer/editor",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"postinstall": "node bin/install.js",
|
|
15
15
|
"selftest": "node bin/selftest.js",
|
|
16
16
|
"lint": "node --check bin/mdv.js && node --check bin/install.js && node --check bin/install-lib.js && node --check bin/selftest.js",
|
|
17
|
-
"test": "node scripts/test.js"
|
|
17
|
+
"test": "node scripts/test.js",
|
|
18
|
+
"coverage": "c8 --all --include bin/install-lib.js --reporter text-summary --check-coverage --lines 100 --functions 100 --branches 80 --statements 100 node scripts/test.js"
|
|
18
19
|
},
|
|
19
20
|
"keywords": [
|
|
20
21
|
"markdown",
|