Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions bower.json

This file was deleted.

26 changes: 0 additions & 26 deletions demo/bower.json

This file was deleted.

41 changes: 41 additions & 0 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "powerbi-client-demo",
"version": "1.0.0",
"description": "Demonstration of embedding Power BI using JavaScript library.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/PowerBI-JavaScript.git"
},
"keywords": [
"microsoft",
"powerbi",
"embedded"
],
"author": "Microsoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/PowerBI-JavaScript/issues"
},
"homepage": "https://github.com/Microsoft/PowerBI-JavaScript/demo",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"fetch": "^1.0.0",
"es6-promise": "^3.2.2",
"bootstrap": "^3.3.6",
"jquery": "^3.1.0",
"powerbi-client": "^2.2.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add dependency for powerbi-client without specific version?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this states a MINIMAL version.. so it's 2.2.1 or latest

"http-server": "^0.9.0"
},
"devDependencies": {}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"start": "http-server ./demo",
"version": "gulp build && git add .",
"prepublish": "typings install && gulp build",
"postinstall": "cd demo && npm install",
"test": "gulp test",
"gulp": "gulp",
"typings": "typings"
Expand Down