Skip to content

Commit

Permalink
Remove bower support
Browse files Browse the repository at this point in the history
The majority of developers should be on npm/yarn by now. Removing
installation instructions along with removing the built index.js from
source control.
  • Loading branch information
trotzig committed Aug 2, 2017
1 parent b10650c commit 3e4c750
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 112 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
node_modules
npm-debug.log
index.js
1 change: 0 additions & 1 deletion .npmignore
Expand Up @@ -3,4 +3,3 @@
.eslintrc
.overcommit.yml
CHANGELOG.md
bower.json
5 changes: 0 additions & 5 deletions README.md
Expand Up @@ -28,11 +28,6 @@ Check out [Brigade.com](https://brigade.com) for an example:
npm install delayed-scroll-restoration-polyfill --save
```

### bower
```
bower install delayed-scroll-restoration-polyfill --save
```

### In your HTML
```html
<script src='node_modules/delayed-scroll-restoration-polyfill/index.js'></script>
Expand Down
28 changes: 0 additions & 28 deletions bower.json

This file was deleted.

78 changes: 0 additions & 78 deletions index.js

This file was deleted.

0 comments on commit 3e4c750

Please sign in to comment.