Skip to content

Commit 91fb1c0

Browse files
fix: exports field
1 parent e1cc2e0 commit 91fb1c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"license": "LGPL-2.1",
6969
"browser": "./lib/p5.min.js",
7070
"exports": {
71-
"./": "./src/app.js",
71+
".": "./src/app.js",
7272
"./core": "./src/core/main.js",
7373
"./shape": "./src/shape/index.js",
7474
"./accessibility": "./src/accessibility/index.js",
@@ -111,4 +111,4 @@
111111
]
112112
},
113113
"types": "./types/p5.d.ts"
114-
}
114+
}

0 commit comments

Comments
 (0)