Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wille committed Aug 22, 2024
1 parent 50f9f99 commit b4d0b80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-preload",
"version": "0.0.1",
"description": "Preload lazy loaded CSS and Modules when Server Side Rendering a Vite app with React",
"version": "0.0.2",
"description": "Speed up your Vite application by preloading async modules and stylesheets as early as possible",
"main": "dist/index.cjs",
"module": "dist/index.js",
"exports": {
Expand All @@ -23,7 +23,6 @@
"./dist"
],
"scripts": {
"prepare": "npm run build",
"test": "tsc",
"build": "rollup -c rollup.config.js"
},
Expand Down

0 comments on commit b4d0b80

Please sign in to comment.