Skip to content

Commit

Permalink
add main
Browse files Browse the repository at this point in the history
  • Loading branch information
clbrge committed Apr 17, 2023
1 parent 91cbc9e commit dd75141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2022 Christophe Le Bars <[email protected]>
Copyright (c) 2023 Christophe Le Bars <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"exports": {
"./package.json": "./package.json",
".": {
"import": "./src/index.js"
"import": "./src/index.js",
"main": "./src/index.js"
}
},
"prettier": "prettier-config-standard",
Expand Down

0 comments on commit dd75141

Please sign in to comment.