1
0
Форкнуть 0

Merge pull request #6 from ignatvilesov/dev/documentation

13531 “User documentation support: Update installation guide of the ColorUtils”
This commit is contained in:
Avi Sander 2016-12-15 18:04:44 +02:00 коммит произвёл GitHub
Родитель e2d95e3dfb 7507b75eaf
Коммит 3865d23c15
2 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -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": {