Skip to content

Commit

Permalink
remove images from library build
Browse files Browse the repository at this point in the history
  • Loading branch information
fidelthomet committed Aug 22, 2024
1 parent 2e3f154 commit 2e6030f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "dither-dither",
"version": "1.0.5",
"version": "1.0.6",
"type": "module",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/fidelthomet/dither-dither"
},
"main": "./dist/dither-dither.umd.cjs",
"module": "./dist/dither-dither.js",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { resolve } from "path";
import { defineConfig } from "vite";

export default defineConfig({
publicDir: false,
build: {
lib: {
entry: resolve(__dirname, "src/main.js"),
Expand Down

0 comments on commit 2e6030f

Please sign in to comment.