Skip to content

Commit fc84cff

Browse files
committed
Add link to bower-compatible repo
[This comment](eligrey#104 (comment)) indicates a willingness to include a link to a bower-compatible fork of FileSaver.js. I created the fork so that I could install it using bower (via rails-assets.org) and wanted to share. Based on [previous statements](eligrey#109 (comment)) about converting the package to semver, I've used a versioning system that reflects this package actual version. The version I uploaded is 1.20150304.1. Going forward I plan to change the minor version when new versions are released, with the date they are released as the minor version. For example, if a new version were released today, I would update the bower package to version `1.20150322.0`. I know that you [tweeted](https://twitter.com/sephr/status/542978804441169920) a recommendation to use the patch version as the date, but since most package managers treat patch bumps as easy upgrade paths, the minor version seemed more appropriate.
1 parent 829e18d commit fc84cff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,8 @@ uglifyjs FileSaver.js --comments /@source/ > FileSaver.min.js
102102
```
103103

104104
Please make sure you build a production version before submitting a pull request.
105+
106+
Bower Installation
107+
------------------
108+
109+
Please see the [this repo](http://github.com/Teleborder/FileSaver.js) for a bower-compatible fork of FileSaver.js, available under the package name `file-saver.js`.

0 commit comments

Comments
 (0)