Skip to content

Commit f783434

Browse files
authored
Merge pull request #20 from swup/publish
Bump version
2 parents 5b17141 + 9940cd6 commit f783434

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swup/progress-plugin",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Swup plugin for displaying a loading indicator",
55
"main": "lib/index.js",
66
"scripts": {

readme.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# Swup Progress Bar Plugin
22

3-
**by [daun](https://github.com/daun)**
4-
53
This [swup](https://github.com/swup/swup) plugin will display a progress bar for
64
all requests taking longer than ~300ms.
75

8-
More or less a port of Turbolink's implementation.
9-
106
## Installation
117

128
This plugin can be installed with npm
@@ -39,7 +35,7 @@ const swup = new Swup({
3935

4036
## Styling
4137

42-
The progressbar has a class name of `swup-progress-bar` you can use for styling.
38+
The progress bar has a class name of `swup-progress-bar` you can use for styling.
4339

4440
```css
4541
.swup-progress-bar {

0 commit comments

Comments
 (0)