forked from javve/list.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version to 1.4.0 and update dist
- Loading branch information
Showing
6 changed files
with
166 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,11 +33,11 @@ npm install list.js | |
``` | ||
##### Via CDNJS | ||
```html | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/list.js/1.3.0/list.min.js"></script> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/list.js/1.4.0/list.min.js"></script> | ||
``` | ||
##### Via Direct Download | ||
- [Compressed list.js](https://raw.githubusercontent.com/javve/list.js/v1.3.0/dist/list.min.js) | ||
- [Uncompressed list.js](https://raw.githubusercontent.com/javve/list.js/v1.3.0/dist/list.js) | ||
- [Compressed list.js](https://raw.githubusercontent.com/javve/list.js/v1.4.0/dist/list.min.js) | ||
- [Uncompressed list.js](https://raw.githubusercontent.com/javve/list.js/v1.4.0/dist/list.js) | ||
|
||
### Demo / Examples | ||
- [Existing list](http://listjs.com/examples/existing-list) | ||
|
@@ -100,5 +100,5 @@ npm install list.js | |
|
||
## License (MIT) | ||
|
||
Copyright (c) 2012-2016 Jonny Strömberg <[[email protected]](mailto:[email protected])> | ||
[http://jonnystromberg.com](http://jonnystromberg.com) | ||
Copyright (c) 2012-2017 Jonny Strömberg <[[email protected]](mailto:[email protected])> | ||
[http://javve.com](http://javve.com) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.