Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jason89521 committed Feb 25, 2022
1 parent 4da786f commit 3b7126d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@yuxuan-zheng/react-infinite-scroll",
"version": "1.1.0",
"version": "1.2.0",
"description": "A react compontent implements infinite scroll functionality",
"keywords": [
"react",
"infinite scroll",
"react component",
"react infinite scroll",
"react hooks"
"react hooks",
"reverse scrolling"
],
"files": [
"dist",
Expand Down
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const buildLibConfig: UserConfigExport = {
globals: {
react: 'React',
},
exports: 'named',
},
},
},
Expand All @@ -38,7 +39,7 @@ export default defineConfig(({ command, mode }) => {

// run yarn build
if (mode === 'lib') return buildLibConfig;

// run yarn build:demo
return buildDemoConfig;
});

1 comment on commit 3b7126d

@vercel
Copy link

@vercel vercel bot commented on 3b7126d Feb 25, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.