Skip to content

Commit 1fceeb8

Browse files
committed
fix cjs tyo
1 parent c6d7140 commit 1fceeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.2.6",
44
"description": "core glsl and js framework for shader-park",
55
"main": "dist/shader-park-core.esm.js",
6-
"csj": "dist/shader-park-core.cjs.js",
6+
"cjs": "dist/shader-park-core.cjs.js",
77
"module": "dist/shader-park-core.esm.js",
88
"browser": "dist/shader-park-core.umd.js",
99
"p5": "dist/shader-park-p5.js",

0 commit comments

Comments
 (0)