Skip to content

Commit

Permalink
publish v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Jul 26, 2024
1 parent 395c164 commit 648367c
Show file tree
Hide file tree
Showing 2 changed files with 2 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/lenis@1.1.7/dist/lenis.min.js"></script>
<script src="https://unpkg.com/lenis@1.1.8/dist/lenis.min.js"></script>
```


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

```html
<link rel="stylesheet" href="https://unpkg.com/lenis@1.1.7/dist/lenis.css">
<link rel="stylesheet" href="https://unpkg.com/lenis@1.1.8/dist/lenis.css">
```

or import it:
Expand Down
2 changes: 0 additions & 2 deletions update-readme.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ function updateVersion() {
`/lenis@${packageJson.version}/`
)

console.log(/\/lenis@([^\/]+)\//.test(updatedReadme))

fs.writeFile(readmePath, updatedReadme, 'utf8', (err) => {
resolve()

Expand Down

0 comments on commit 648367c

Please sign in to comment.