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

Commit c2ea766

Browse files
author
Mobius1
committed
v0.6.0, support IE9 and above, #6
1 parent eaf4e5e commit c2ea766

File tree

9 files changed

+434
-385
lines changed

9 files changed

+434
-385
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ npm install pageable --save
8585
Grab the file from one of the CDNs and include it in your page:
8686

8787
```
88-
https://unpkg.com/pageable@latest/dist/pageable.js
88+
https://unpkg.com/pageable@latest/dist/pageable.min.js
8989
```
9090

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

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

9595
```
96-
https://unpkg.com/pageable@latest/dist/pageable.css
96+
https://unpkg.com/pageable@latest/dist/pageable.min.css
9797
```
9898

9999
---

dist/pageable.js

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pageable.min.js

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pageable",
3-
"version": "0.5.5",
3+
"version": "0.6.0",
44
"description": "Create full page scrolling web pages. No jQuery.",
55
"main": "dist/pageable.js",
66
"scripts": {

src/classes/emitter.js

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/classes/slideshow.js

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)