Merge pull request #6 from ignatvilesov/dev/documentation
13531 “User documentation support: Update installation guide of the ColorUtils”
This commit is contained in:
Коммит
3865d23c15
|
@ -22,7 +22,6 @@ This command installs the package and adds a package as a dependency to your ```
|
|||
|
||||
## Including declarations to the build flow
|
||||
The package contains ```d.ts``` declarations file, it's necessary for TypeScript compiler and it helps to develop your visuals fast and confident. You should add the following files to the ```files``` property of ```tsconfig.json```:
|
||||
* ```typings/index.d.ts```
|
||||
* ```node_modules/powerbi-visuals-utils-dataviewutils/lib/index.d.ts```
|
||||
* ```node_modules/powerbi-visuals-utils-typeutils/lib/index.d.ts```
|
||||
* ```node_modules/powerbi-visuals-utils-colorutils/lib/index.d.ts```
|
||||
|
@ -32,7 +31,6 @@ As a result you will have the following file structure:
|
|||
{
|
||||
"compilerOptions": {...},
|
||||
"files": [
|
||||
"typings/index.d.ts",
|
||||
"node_modules/powerbi-visuals-utils-dataviewutils/lib/index.d.ts",
|
||||
"node_modules/powerbi-visuals-utils-typeutils/lib/index.d.ts",
|
||||
"node_modules/powerbi-visuals-utils-colorutils/lib/index.d.ts"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "powerbi-visuals-utils-colorutils",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "ColorUtils",
|
||||
"main": "lib/index.js",
|
||||
"repository": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче