File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
3
- node
4
- after_success :
5
- - " .travis/push.sh"
6
4
branches :
7
5
except :
8
6
- " /^build-[0-9a-z\\ -]*/"
Original file line number Diff line number Diff line change 6
6
<authors >Microsoft</authors >
7
7
<owners >microsoft,powerbi</owners >
8
8
<licenseUrl >https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE</licenseUrl >
9
- <projectUrl >https://github.com/Microsoft/PowerBI-CSharp </projectUrl >
9
+ <projectUrl >https://github.com/Microsoft/PowerBI-JavaScript </projectUrl >
10
10
<iconUrl >http://go.microsoft.com/fwlink/?LinkId=780675</iconUrl >
11
11
<requireLicenseAcceptance >true</requireLicenseAcceptance >
12
12
<summary >JavaScript web components for Power BI</summary >
17
17
<files >
18
18
<file src =" dist\powerbi.js" target =" content\scripts" />
19
19
<file src =" dist\powerbi.min.js" target =" content\scripts" />
20
+ <file src =" dist\powerbi.js.map" target =" content\scripts" />
20
21
<file src =" dist\powerbi.d.ts" target =" content\scripts\typings" />
21
22
</files >
22
23
</package >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " powerbi-client" ,
3
3
"description" : " " ,
4
- "main" : " ./dist/powerbi.min. js" ,
4
+ "main" : " ./dist/powerbi.js" ,
5
5
"authors" : [
6
6
" Microsoft"
7
7
],
You can’t perform that action at this time.
0 commit comments