Skip to content

Commit

Permalink
Merge pull request #2 from descriptinc/steve/reset-inp-export
Browse files Browse the repository at this point in the history
Export resetINP from attribution build
  • Loading branch information
srubin authored Apr 16, 2024
2 parents e2aa1e0 + b1e8ba2 commit cb28142
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@descript/web-vitals",
"version": "3.5.2-descript.1",
"version": "3.5.2-descript.2",
"description": "Easily measure performance metrics in JavaScript",
"type": "module",
"typings": "dist/modules/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/attribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export {onTTFB} from './attribution/onTTFB.js';
export {CLSThresholds} from './onCLS.js';
export {FCPThresholds} from './onFCP.js';
export {FIDThresholds} from './onFID.js';
export {INPThresholds} from './onINP.js';
export {INPThresholds, resetINP} from './onINP.js';
export {LCPThresholds} from './onLCP.js';
export {TTFBThresholds} from './onTTFB.js';

Expand Down

0 comments on commit cb28142

Please sign in to comment.