mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2025-12-20 19:40:51 -06:00
Add "type": "module" to package.json for ES module support
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "pgbackweb",
|
"name": "pgbackweb",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"tailwindcss": "tailwindcss",
|
"tailwindcss": "tailwindcss",
|
||||||
"standard": "standard",
|
"standard": "standard",
|
||||||
|
|||||||
Reference in New Issue
Block a user