Skip to content

Commit

Permalink
build: try to fix build problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtute90 committed Apr 28, 2024
1 parent 60cff24 commit ae0883d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"version": "5.0.3",
"license": "BSD-3",
"module": "dist/index.mjs",
"module": "dist/index.js",
"main": "src/index.tsx",
"types": "dist/types/index.d.ts",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion src/NavScroll/index.tsx → src/NavScroll/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Released under the MIT license by Marco Liberati
* Code: https://github.com/dej611/react-use-navscroll
*/

/* @internal */
export type { ChangesType, RegisterOptions, useNavScrollArgs, useNavScrollResult } from './types';

export { useNavScroll } from './useNavScroll';

0 comments on commit ae0883d

Please sign in to comment.