Skip to content

Commit

Permalink
v1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Oct 10, 2024
1 parent 7493fcc commit ea22592
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import Lenis from 'lenis'
using scripts:

```html
<script src="https://unpkg.com/[email protected].13/dist/lenis.min.js"></script>
<script src="https://unpkg.com/[email protected].14/dist/lenis.min.js"></script>
```


Expand Down Expand Up @@ -101,7 +101,7 @@ html.lenis, html.lenis body {
or link the CSS file:

```html
<link rel="stylesheet" href="https://unpkg.com/[email protected].13/dist/lenis.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected].14/dist/lenis.css">
```

or import it:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lenis",
"version": "1.1.14-dev.2",
"version": "1.1.14",
"type": "module",
"sideEffects": false,
"author": "darkroom.engineering",
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-readme.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from 'fs'
import packageJson from '../package.json' assert { type: 'json' }

const readmePath = '../README.md'
const readmePath = './README.md'

function updateVersion() {
return new Promise((resolve, reject) => {
Expand Down

1 comment on commit ea22592

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"⚡️ Lighthouse report for the changes in this commit:

🟠 Performance: 51
🟢 Accessibility: 96
🟠 Best practices: 79
🟢 SEO: 92

Lighthouse ran on https://vercel.com/login?next=%2Fsso-api%3Furl%3Dhttps%253A%252F%252Flenis-kh2mvgwxq-darkroom-engineering.vercel.app%252F%26nonce%3Dce41998b0da2e6f58416d8f7494e5047338c020a97ace76244c9792495398a24"

Please sign in to comment.