Skip to content

Commit

Permalink
chore: fix files field
Browse files Browse the repository at this point in the history
  • Loading branch information
hornta committed Aug 6, 2024
1 parent f08fe66 commit c6031bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vite-plugin-glsl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
"name": "vite-plugin-glsl",
"version": "0.0.0",
"type": "module",
"files": ["build", "package.json"],
"files": ["build/", "package.json"],
"types": "./build/main.d.ts",
"main": "./build/main.js",
"exports": {
".": "./build/main.js"
},
Expand Down

0 comments on commit c6031bc

Please sign in to comment.