Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
v0.6.0, support IE9 and above, #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobius1 committed Dec 10, 2018
1 parent eaf4e5e commit c2ea766
Show file tree
Hide file tree
Showing 9 changed files with 434 additions and 385 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ npm install pageable --save
Grab the file from one of the CDNs and include it in your page:

```
https://unpkg.com/pageable@latest/dist/pageable.js
https://unpkg.com/pageable@latest/dist/pageable.min.js
```

You can replace `latest` with the required release number if needed.

You can also include the optional stylesheet that applies styling to the nav pips and buttons:

```
https://unpkg.com/pageable@latest/dist/pageable.css
https://unpkg.com/pageable@latest/dist/pageable.min.css
```

---
Expand Down
7 changes: 0 additions & 7 deletions dist/pageable.js

This file was deleted.

2 changes: 1 addition & 1 deletion dist/pageable.css → dist/pageable.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions dist/pageable.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pageable",
"version": "0.5.5",
"version": "0.6.0",
"description": "Create full page scrolling web pages. No jQuery.",
"main": "dist/pageable.js",
"scripts": {
Expand Down
44 changes: 0 additions & 44 deletions src/classes/emitter.js

This file was deleted.

36 changes: 0 additions & 36 deletions src/classes/slideshow.js

This file was deleted.

Loading

0 comments on commit c2ea766

Please sign in to comment.