Skip to content

Commit

Permalink
Prepare package
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow committed Aug 4, 2023
1 parent d020da7 commit 23250ff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.changeset
.eslintrc.cjs
.github
.prettierrc
example
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@
"type": "module",
"main": "./dist/index.js",
"license": "MIT",
"keywords": [
"lqip",
"sqip",
"image",
"placeholder",
"optimization",
"sharp",
"core web vitals",
"first paint",
"vite",
"performance"
],
"scripts": {
"build": "del dist && tsc",
"build:demo": "pnpm run build && cd example && pnpm i && vite build",
Expand Down

0 comments on commit 23250ff

Please sign in to comment.