Skip to content

Commit b31743a

Browse files
committed
Merge branch 'master' into release
2 parents a1e096a + deab3ee commit b31743a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Diff for: .travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: node_js
22
node_js:
33
- node
4-
after_success:
5-
- ".travis/push.sh"
64
branches:
75
except:
86
- "/^build-[0-9a-z\\-]*/"

Diff for: PowerBI.JavaScript.nuspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<authors>Microsoft</authors>
77
<owners>microsoft,powerbi</owners>
88
<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>
1010
<iconUrl>http://go.microsoft.com/fwlink/?LinkId=780675</iconUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<summary>JavaScript web components for Power BI</summary>
@@ -17,6 +17,7 @@
1717
<files>
1818
<file src="dist\powerbi.js" target="content\scripts" />
1919
<file src="dist\powerbi.min.js" target="content\scripts" />
20+
<file src="dist\powerbi.js.map" target="content\scripts" />
2021
<file src="dist\powerbi.d.ts" target="content\scripts\typings" />
2122
</files>
2223
</package>

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powerbi-client",
33
"description": "",
4-
"main": "./dist/powerbi.min.js",
4+
"main": "./dist/powerbi.js",
55
"authors": [
66
"Microsoft"
77
],

0 commit comments

Comments
 (0)