@sebassdc/crap4ts 0.1.0 → 0.1.1

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 CHANGED
@@ -6,7 +6,13 @@ Combines cyclomatic complexity with test coverage to identify functions that are
6
6
 
7
7
  ## Quick Start
8
8
 
9
- Install from source:
9
+ Install from npm:
10
+
11
+ ```bash
12
+ npm install -g @sebassdc/crap4ts
13
+ ```
14
+
15
+ Or from source:
10
16
 
11
17
  ```bash
12
18
  git clone https://github.com/sebassdc/crap4ts.git
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sebassdc/crap4ts",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -24,7 +24,12 @@ coverage: {
24
24
  coverageReporters: ['text', 'json']
25
25
  ```
26
26
 
27
- Install crap4ts from source:
27
+ Install crap4ts from npm:
28
+ ```bash
29
+ npm install -g @sebassdc/crap4ts
30
+ ```
31
+
32
+ Or from source:
28
33
  ```bash
29
34
  git clone https://github.com/sebassdc/crap4ts.git
30
35
  cd crap4ts