Skip to content

Commit

Permalink
chore: add "main" to package.json to fix eslint issues (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalloc authored Apr 28, 2023
1 parent 4ee5aa8 commit fcf453c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite-plugin-ruby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Convention over configuration for using Vite in Ruby apps",
"version": "3.2.1",
"type": "module",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
Expand Down

0 comments on commit fcf453c

Please sign in to comment.