@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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -9,6 +9,7 @@ npm i -g @dhruv2mars/mdv
9
9
  ```
10
10
 
11
11
  First run downloads native `mdv` binary.
12
+ Assets are resolved from GitHub Releases for your platform/arch.
12
13
 
13
14
  ## Usage
14
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhruv2mars/mdv",
3
- "version": "0.0.7",
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",