Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmazzola committed Aug 31, 2016
2 parents a1e096a + deab3ee commit b31743a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
node_js:
- node
after_success:
- ".travis/push.sh"
branches:
except:
- "/^build-[0-9a-z\\-]*/"
Expand Down
3 changes: 2 additions & 1 deletion PowerBI.JavaScript.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<authors>Microsoft</authors>
<owners>microsoft,powerbi</owners>
<licenseUrl>https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Microsoft/PowerBI-CSharp</projectUrl>
<projectUrl>https://github.com/Microsoft/PowerBI-JavaScript</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkId=780675</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<summary>JavaScript web components for Power BI</summary>
Expand All @@ -17,6 +17,7 @@
<files>
<file src="dist\powerbi.js" target="content\scripts" />
<file src="dist\powerbi.min.js" target="content\scripts" />
<file src="dist\powerbi.js.map" target="content\scripts" />
<file src="dist\powerbi.d.ts" target="content\scripts\typings" />
</files>
</package>
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "powerbi-client",
"description": "",
"main": "./dist/powerbi.min.js",
"main": "./dist/powerbi.js",
"authors": [
"Microsoft"
],
Expand Down

0 comments on commit b31743a

Please sign in to comment.