Skip to content

Commit

Permalink
move readme
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Dec 27, 2023
1 parent 741957c commit d70b4db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/lenis/update-readme.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const fs = require('fs')
const packageJson = require('./package.json')

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

fs.readFile(readmePath, 'utf8', (err, data) => {
if (err) {
Expand Down

2 comments on commit d70b4db

@vercel
Copy link

@vercel vercel bot commented on d70b4db Dec 27, 2023

Choose a reason for hiding this comment

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

@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: 32
🟠 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.