Skip to content

Commit 268558f

Browse files
author
Shahak Yosef
committed
Remove bower
1 parent 00d20fa commit 268558f

File tree

10 files changed

+1466
-1517
lines changed

10 files changed

+1466
-1517
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_modules/
2-
bower_components/
32
coverage/
43
docs
54
typings/

CONTRIBUTING.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ The build and tests use webpack to compile all the source modules into one bundl
5858
## Running the demo
5959
Navigate to `/demo` directory
6060

61-
Install bower dependencies:
62-
```
63-
bower install
64-
```
65-
6661
Serve the demo directory:
6762
```
6863
npm start

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ Install from NPM:
2828

2929
`npm install --save powerbi-client`
3030

31-
Install from Bower:
32-
33-
`bower install powerbi-client --save`
34-
3531
Installing beta versions:
3632

3733
`npm install --save powerbi-client@beta`
@@ -47,7 +43,7 @@ import * as pbi from 'powerbi-client';
4743
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:
4844

4945
```html
50-
<script src="/bower_components/powerbi-client/dist/powerbi.js"></script>
46+
<script src="/powerbi-client/dist/powerbi.js"></script>
5147
```
5248

5349
When included directly, the library is exposed as a global named `powerbi-client`.

bower.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

demo/bower.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

demo/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"ignore": [
2626
"**/.*",
2727
"node_modules",
28-
"bower_components",
2928
"test",
3029
"tests"
3130
],

0 commit comments

Comments
 (0)