Skip to content

Commit 5f5e099

Browse files
fix: Don't use min files, they break everything
1 parent 97c19d5 commit 5f5e099

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gpu.js",
3-
"version": "2.11.3",
3+
"version": "2.11.4",
44
"description": "GPU Accelerated JavaScript",
55
"engines": {
66
"node": ">=8.0.0"
@@ -10,8 +10,8 @@
1010
"src",
1111
"dist"
1212
],
13-
"unpkg": "./dist/gpu-browser.min.js",
14-
"jsdelivr": "./dist/gpu-browser.min.js",
13+
"unpkg": "./dist/gpu-browser.js",
14+
"jsdelivr": "./dist/gpu-browser.js",
1515
"browser": "./dist/gpu-browser.js",
1616
"directories": {
1717
"doc": "doc",

0 commit comments

Comments
 (0)