Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
khusnetdinov committed Apr 17, 2017
1 parent 31eb9f6 commit 266eeb4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you use bower or just want to load file from source in html:
window.GrayscaleFavicon.icon();
</script>
```

## License

The gem is available as open source under the terms of the [MIT
Expand Down
8 changes: 8 additions & 0 deletions grayscale-favicon.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*!
* GrayscaleFavicon - A small library for make the Favicon grayscale.
* Andrey Morskov (Accessd), https://github.com/accessd
* Copyright (c) 2014 Andrey Morskov (Accessd)
* @license MIT Licensed
* @version 1.0.0
*/

(function() {
var GrayscaleFavicon = {};
var currentFavicon = null;
Expand Down
10 changes: 10 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*!
* GrayscaleFavicon - A small library for make the Favicon grayscale.
* Require.js adopted version.
* Marat Khusnetdinov (Khusnetdinov), https://github.com/khusnetdinov;
* Andrey Morskov (Accessd), https://github.com/accessd
* Copyright (c) 2017 Marat Khusnetdinov (Khusnetdinov), Andrey Morskov (Accessd)
* @license MIT Licensed
* @version 1.0.0
*/

'use strict';

var GrayscaleFavicon = {};
Expand Down

0 comments on commit 266eeb4

Please sign in to comment.