saq1b commited on
Commit
f4c83f0
·
1 Parent(s): 99c01e6

add "type": "module" to package.json for ES module support

Browse files
Files changed (1) hide show
  1. package.json +1 -0
package.json CHANGED
@@ -2,6 +2,7 @@
2
  "name": "glif-lora-autocaption",
3
  "version": "1.0.0",
4
  "description": "A tool to auto-caption images using the Glif API",
 
5
  "main": "src/index.js",
6
  "scripts": {
7
  "start": "vite",
 
2
  "name": "glif-lora-autocaption",
3
  "version": "1.0.0",
4
  "description": "A tool to auto-caption images using the Glif API",
5
+ "type": "module",
6
  "main": "src/index.js",
7
  "scripts": {
8
  "start": "vite",