Skip to content

Commit

Permalink
build: set npm package type to module
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimDeluxe committed Jan 6, 2024
1 parent bb6ed86 commit d5af01d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
/.php-cs-fixer.dist.php export-ignore
/CHANGELOG.md export-ignore
/README.md export-ignore
/commitlint.config.js export-ignore
/commitlint.config.cjs export-ignore
/phpunit.xml.dist export-ignore
/postcss.config.js export-ignore
File renamed without changes.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down

0 comments on commit d5af01d

Please sign in to comment.