Skip to content

Commit ca1418b

Browse files
committed
Remove bower - See #108
1 parent 5838b1a commit ca1418b

File tree

5 files changed

+4
-41
lines changed

5 files changed

+4
-41
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
.eslintcache
2-
bower_components
32
coverage
43
node_modules

.travis.yml

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

CONTRIBUTING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ Follow these steps:
1313
# Releasing a new version
1414

1515
1. Update npm module version in the `package.json` file, using `npm version`
16-
2. Update bower version in the `bower.json` file to match the version from the npm package. Amend the commit generated in step 1.
17-
3. Push with tags: `git push --follow-tags`
18-
4. Draft a new release
19-
5. Publish a new npm package: `npm publish`
20-
6. Profit
16+
2. Push with tags: `git push --follow-tags`
17+
3. Draft a new release
18+
4. Publish a new npm package: `npm publish`
19+
5. Profit
2120

2221
Thanks for collaborating!

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ The wrapper includes helper functions to do the following:
8585

8686
## Installation
8787

88-
Install via bower (browser):
89-
90-
$ bower install spotify-web-api-js
91-
9288
Install via node (since the requests are made using XMLHttpRequest, you will need a tool like Browserify to run this on a browser):
9389

9490
$ npm install -S spotify-web-api-js

bower.json

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

0 commit comments

Comments
 (0)