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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules/
bower_components/
coverage/
docs
typings/
Expand Down
5 changes: 0 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ The build and tests use webpack to compile all the source modules into one bundl
## Running the demo
Navigate to `/demo` directory

Install bower dependencies:
```
bower install
```

Serve the demo directory:
```
npm start
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ Install from NPM:

`npm install --save powerbi-client`

Install from Bower:

`bower install powerbi-client --save`

Installing beta versions:

`npm install --save powerbi-client@beta`
Expand All @@ -47,7 +43,7 @@ import * as pbi from 'powerbi-client';
However, the library is exported as a Universal Module and the powerbi.js script can be included before your app's closing `</body>` tag as:

```html
<script src="/bower_components/powerbi-client/dist/powerbi.js"></script>
<script src="/powerbi-client/dist/powerbi.js"></script>
```

When included directly, the library is exposed as a global named `powerbi-client`.
Expand Down
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.

1 change: 0 additions & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
Expand Down
Loading