rename main to index

This commit is contained in:
Jon Staab
2024-03-25 10:30:08 -07:00
parent bd3351d043
commit bb983d8207
2 changed files with 4 additions and 27 deletions
+4 -4
View File
@@ -12,12 +12,12 @@
"type": "git",
"url": "https://github.com/coracle-social/paravel.git"
},
"types": "./build/src/main.d.ts",
"types": "./build/src/index.d.ts",
"exports": {
".": {
"types": "./build/src/main.d.ts",
"import": "./build/src/main.mjs",
"require": "./build/src/main.cjs"
"types": "./build/src/index.d.ts",
"import": "./build/src/index.mjs",
"require": "./build/src/index.cjs"
}
},
"files": [