@rfprodz/client-d3-charts 1.2.13 → 1.2.14

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 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,14 +16,6 @@ Supported chart types:
16
16
 
17
17
  The library contains Angular components as well as basic utility functions that can be used to implement the chart types mentioned above in TypeScript.
18
18
 
19
- ## Development commands reference
20
-
21
- Run `nx test client-d3-charts` to execute the unit tests.
22
-
23
- Run `nx lint client-d3-charts` to lint the library.
24
-
25
- Run `nx build client-d3-charts` to build the library.
26
-
27
19
  ## Usage
28
20
 
29
21
  ### Within the development workspace
@@ -87,7 +79,7 @@ import { AppChartExamplesComponent } from '@rfprodz/client-d3-charts';
87
79
 
88
80
  or the [source code](https://github.com/rfprod/nx-ng-starter/blob/main/libs/client-d3-charts/src/lib/components/chart-examples/chart-examples.component.ts) of the chart examples component
89
81
 
90
- ## Print related commands
82
+ ## Developer commands reference
91
83
 
92
84
  ```bash
93
85
  npx nx run tools:help --search client-d3-charts:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rfprodz/client-d3-charts",
3
- "version": "1.2.13",
3
+ "version": "1.2.14",
4
4
  "description": "Angular chart components based on D3JS (https://d3js.org).",
5
5
  "keywords": [
6
6
  "angular-charts",