Skip to content

Commit

Permalink
build(package.json): add missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed May 6, 2024
1 parent 878c248 commit cdef35b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
"import": "./src/style.css",
"default": "./src/style.css",
"types": "./src/style.css.d.ts"
},
"./package.json": {
"require": "./package.json",
"import": "./package.json",
"default": "./package.json"
}
},
"scripts": {
Expand Down

0 comments on commit cdef35b

Please sign in to comment.