Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Feb 14, 2024
1 parent c128101 commit 8f6f465
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This is our take on smooth scroll, lightweight, hard-working, smooth as butter s
using a package manager:

```bash
$ npm i @studio-freight/lenis
npm i @studio-freight/lenis
```
```js
import Lenis from '@studio-freight/lenis'
Expand Down
2 changes: 1 addition & 1 deletion packages/lenis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This is our take on smooth scroll, lightweight, hard-working, smooth as butter s
using a package manager:

```bash
$ npm i @studio-freight/lenis
npm i @studio-freight/lenis
```
```js
import Lenis from '@studio-freight/lenis'
Expand Down
4 changes: 3 additions & 1 deletion packages/lenis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"git:commit": "git add -A && cross-var git commit -m \"$npm_package_name@$npm_package_version\"",
"git:tag": "cross-var git tag -a $npm_package_name@$npm_package_version -m \"$npm_package_name@$npm_package_version\"",
"git:push": "git push && git push --tags",
"postversion": "npm-run-all build readme git:commit git:tag git:push"
"postversion": "npm-run-all build readme git:commit git:tag git:push",
"version:latest": "yarn version --no-git-tag-version",
"version:dev": "yarn version --no-git-tag-version --prerelease --preid dev"
},
"sideEffects": false,
"source": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion publish-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

## UTILS
https://classic.yarnpkg.com/lang/en/docs/cli/version/
yarn version --no-git-tag-version --premajor --preid dev (1.0.0-dev.0)
yarn version --no-git-tag-version --prerelease --preid dev (1.0.0-dev.0)

1 comment on commit 8f6f465

@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: 30
🟠 Accessibility: 88
🟢 Best practices: 100
🟠 SEO: 67
🔴 PWA: 0

Lighthouse ran on https://gsap.com/requires-membership/?plugin=SplitText&source=trial"

Please sign in to comment.